| Index: webrtc/rtc_base/fileutils.h
|
| diff --git a/webrtc/base/fileutils.h b/webrtc/rtc_base/fileutils.h
|
| similarity index 97%
|
| copy from webrtc/base/fileutils.h
|
| copy to webrtc/rtc_base/fileutils.h
|
| index 00b4d8d263af4b6bed26ae1607ed93905a497fc3..17e810379c16b755e5c8e8a92a9a5649adffd210 100644
|
| --- a/webrtc/base/fileutils.h
|
| +++ b/webrtc/rtc_base/fileutils.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_FILEUTILS_H_
|
| -#define WEBRTC_BASE_FILEUTILS_H_
|
| +#ifndef WEBRTC_RTC_BASE_FILEUTILS_H_
|
| +#define WEBRTC_RTC_BASE_FILEUTILS_H_
|
|
|
| #include <string>
|
|
|
| @@ -179,4 +179,4 @@ class Filesystem {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_FILEUTILS_H_
|
| +#endif // WEBRTC_RTC_BASE_FILEUTILS_H_
|
|
|