Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: webrtc/rtc_base/cpu_time.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/rtc_base/copyonwritebuffer_unittest.cc ('k') | webrtc/rtc_base/cpu_time.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/rtc_base/copyonwritebuffer_unittest.cc ('k') | webrtc/rtc_base/cpu_time.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698