Chromium Code Reviews

Unified Diff: webrtc/rtc_base/cpu_time.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: Fix invalid merge Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/rtc_base/cpu_time.h
diff --git a/webrtc/base/cpu_time.h b/webrtc/rtc_base/cpu_time.h
similarity index 87%
copy from webrtc/base/cpu_time.h
copy to webrtc/rtc_base/cpu_time.h
index 87e941801b592a90a308e9d901f58da48ffbd3df..2d431dc4676dcab6baa140bdbc38146ade7a95f6 100644
--- a/webrtc/base/cpu_time.h
+++ b/webrtc/rtc_base/cpu_time.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_BASE_CPU_TIME_H_
-#define WEBRTC_BASE_CPU_TIME_H_
+#ifndef WEBRTC_RTC_BASE_CPU_TIME_H_
+#define WEBRTC_RTC_BASE_CPU_TIME_H_
#include <stdint.h>
@@ -25,4 +25,4 @@ int64_t GetThreadCpuTimeNanos();
} // namespace rtc
-#endif // WEBRTC_BASE_CPU_TIME_H_
+#endif // WEBRTC_RTC_BASE_CPU_TIME_H_

Powered by Google App Engine