| Index: webrtc/rtc_base/timeutils.h
|
| diff --git a/webrtc/base/timeutils.h b/webrtc/rtc_base/timeutils.h
|
| similarity index 97%
|
| copy from webrtc/base/timeutils.h
|
| copy to webrtc/rtc_base/timeutils.h
|
| index 735af4a9f46c6dd1d610f4fe2b564104bb599e6d..ea7b17d744e5bd1f2e11cc374e919eec4ccc6464 100644
|
| --- a/webrtc/base/timeutils.h
|
| +++ b/webrtc/rtc_base/timeutils.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_TIMEUTILS_H_
|
| -#define WEBRTC_BASE_TIMEUTILS_H_
|
| +#ifndef WEBRTC_RTC_BASE_TIMEUTILS_H_
|
| +#define WEBRTC_RTC_BASE_TIMEUTILS_H_
|
|
|
| #include <stdint.h>
|
| #include <time.h>
|
| @@ -126,4 +126,4 @@ int64_t TimeUTCMicros();
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_TIMEUTILS_H_
|
| +#endif // WEBRTC_RTC_BASE_TIMEUTILS_H_
|
|
|