aboutsummaryrefslogtreecommitdiff
path: root/webrtc/system_wrappers/include/sleep.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/system_wrappers/include/sleep.h')
-rw-r--r--webrtc/system_wrappers/include/sleep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webrtc/system_wrappers/include/sleep.h b/webrtc/system_wrappers/include/sleep.h
index c0205bf085..e7ed8b32b8 100644
--- a/webrtc/system_wrappers/include/sleep.h
+++ b/webrtc/system_wrappers/include/sleep.h
@@ -9,8 +9,8 @@
*/
// An OS-independent sleep function.
-#ifndef WEBRTC_SYSTEM_WRAPPERS_INTERFACE_SLEEP_H_
-#define WEBRTC_SYSTEM_WRAPPERS_INTERFACE_SLEEP_H_
+#ifndef WEBRTC_SYSTEM_WRAPPERS_INCLUDE_SLEEP_H_
+#define WEBRTC_SYSTEM_WRAPPERS_INCLUDE_SLEEP_H_
namespace webrtc {
@@ -21,4 +21,4 @@ void SleepMs(int msecs);
} // namespace webrtc
-#endif // WEBRTC_SYSTEM_WRAPPERS_INTERFACE_SLEEP_H_
+#endif // WEBRTC_SYSTEM_WRAPPERS_INCLUDE_SLEEP_H_