| 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_
|
|
|