| Index: webrtc/rtc_base/file.h
|
| diff --git a/webrtc/base/file.h b/webrtc/rtc_base/file.h
|
| similarity index 96%
|
| copy from webrtc/base/file.h
|
| copy to webrtc/rtc_base/file.h
|
| index f4806d1a02bd569ed0c181f944603851e57ecca9..7c82006d862f9e057f2c2ccb63e8ddda7989a451 100644
|
| --- a/webrtc/base/file.h
|
| +++ b/webrtc/rtc_base/file.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_FILE_H_
|
| -#define WEBRTC_BASE_FILE_H_
|
| +#ifndef WEBRTC_RTC_BASE_FILE_H_
|
| +#define WEBRTC_RTC_BASE_FILE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -79,4 +79,4 @@ class File {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_FILE_H_
|
| +#endif // WEBRTC_RTC_BASE_FILE_H_
|
|
|