aboutsummaryrefslogtreecommitdiff
path: root/webrtc/system_wrappers/include/ref_count.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/system_wrappers/include/ref_count.h')
-rw-r--r--webrtc/system_wrappers/include/ref_count.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webrtc/system_wrappers/include/ref_count.h b/webrtc/system_wrappers/include/ref_count.h
index 8ca06cdf6c..3dd335a8da 100644
--- a/webrtc/system_wrappers/include/ref_count.h
+++ b/webrtc/system_wrappers/include/ref_count.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef SYSTEM_WRAPPERS_INTERFACE_REF_COUNT_H_
-#define SYSTEM_WRAPPERS_INTERFACE_REF_COUNT_H_
+#ifndef SYSTEM_WRAPPERS_INCLUDE_REF_COUNT_H_
+#define SYSTEM_WRAPPERS_INCLUDE_REF_COUNT_H_
#include "webrtc/system_wrappers/include/atomic32.h"
@@ -79,4 +79,4 @@ class RefCountImpl : public T {
} // namespace webrtc
-#endif // SYSTEM_WRAPPERS_INTERFACE_REF_COUNT_H_
+#endif // SYSTEM_WRAPPERS_INCLUDE_REF_COUNT_H_