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 a0f9a6be814355532b4ea2652caca199832c41a1..9f594202cd34e14b8657ea92a0db7223a555a477 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" |
@@ -148,4 +148,4 @@ class SCOPED_LOCKABLE GlobalLockScope { |
} // namespace rtc |
-#endif // WEBRTC_BASE_CRITICALSECTION_H_ |
+#endif // WEBRTC_RTC_BASE_CRITICALSECTION_H_ |