aboutsummaryrefslogtreecommitdiff
path: root/webrtc/system_wrappers/include/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/system_wrappers/include/clock.h')
-rw-r--r--webrtc/system_wrappers/include/clock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webrtc/system_wrappers/include/clock.h b/webrtc/system_wrappers/include/clock.h
index 14253ba560..f443057bea 100644
--- a/webrtc/system_wrappers/include/clock.h
+++ b/webrtc/system_wrappers/include/clock.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_SYSTEM_WRAPPERS_INTERFACE_CLOCK_H_
-#define WEBRTC_SYSTEM_WRAPPERS_INTERFACE_CLOCK_H_
+#ifndef WEBRTC_SYSTEM_WRAPPERS_INCLUDE_CLOCK_H_
+#define WEBRTC_SYSTEM_WRAPPERS_INCLUDE_CLOCK_H_
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/system_wrappers/include/rw_lock_wrapper.h"
@@ -81,4 +81,4 @@ class SimulatedClock : public Clock {
}; // namespace webrtc
-#endif // WEBRTC_SYSTEM_WRAPPERS_INTERFACE_CLOCK_H_
+#endif // WEBRTC_SYSTEM_WRAPPERS_INCLUDE_CLOCK_H_