Index: webrtc/rtc_base/stringencode.h |
diff --git a/webrtc/base/stringencode.h b/webrtc/rtc_base/stringencode.h |
similarity index 98% |
copy from webrtc/base/stringencode.h |
copy to webrtc/rtc_base/stringencode.h |
index 8f78ad1a6409b2ccc143656ee9ed6b5dfa07b5a9..668947daff38505f4ea3d75e9b92b2866e25fb50 100644 |
--- a/webrtc/base/stringencode.h |
+++ b/webrtc/rtc_base/stringencode.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_STRINGENCODE_H_ |
-#define WEBRTC_BASE_STRINGENCODE_H_ |
+#ifndef WEBRTC_RTC_BASE_STRINGENCODE_H_ |
+#define WEBRTC_RTC_BASE_STRINGENCODE_H_ |
#include <sstream> |
#include <string> |
@@ -221,4 +221,4 @@ char make_char_safe_for_filename(char c); |
} // namespace rtc |
-#endif // WEBRTC_BASE_STRINGENCODE_H__ |
+#endif // WEBRTC_RTC_BASE_STRINGENCODE_H__ |