Index: webrtc/rtc_base/criticalsection.h |
diff --git a/webrtc/base/criticalsection.h b/webrtc/rtc_base/criticalsection.h |
similarity index 97% |
copy from webrtc/base/criticalsection.h |
copy to webrtc/rtc_base/criticalsection.h |
index d18f24f29ab4c1416c7e85eb84e0c9fc9738eb6b..20a23ce6e3814f08ea2ec4b05dd103cb5d40874a 100644 |
--- a/webrtc/base/criticalsection.h |
+++ b/webrtc/rtc_base/criticalsection.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_CRITICALSECTION_H_ |
-#define WEBRTC_BASE_CRITICALSECTION_H_ |
+#ifndef WEBRTC_RTC_BASE_CRITICALSECTION_H_ |
+#define WEBRTC_RTC_BASE_CRITICALSECTION_H_ |
#include "webrtc/base/atomicops.h" |
#include "webrtc/base/checks.h" |
@@ -153,4 +153,4 @@ class SCOPED_LOCKABLE GlobalLockScope { |
} // namespace rtc |
-#endif // WEBRTC_BASE_CRITICALSECTION_H_ |
+#endif // WEBRTC_RTC_BASE_CRITICALSECTION_H_ |