| Index: webrtc/rtc_base/unixfilesystem.h
|
| diff --git a/webrtc/base/unixfilesystem.h b/webrtc/rtc_base/unixfilesystem.h
|
| similarity index 96%
|
| copy from webrtc/base/unixfilesystem.h
|
| copy to webrtc/rtc_base/unixfilesystem.h
|
| index 742f4c23a389f001208cac02af5e514f5cfb0af9..eb58a4df3abf973792afd29b81199301af1cdbc1 100644
|
| --- a/webrtc/base/unixfilesystem.h
|
| +++ b/webrtc/rtc_base/unixfilesystem.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_UNIXFILESYSTEM_H_
|
| -#define WEBRTC_BASE_UNIXFILESYSTEM_H_
|
| +#ifndef WEBRTC_RTC_BASE_UNIXFILESYSTEM_H_
|
| +#define WEBRTC_RTC_BASE_UNIXFILESYSTEM_H_
|
|
|
| #include <sys/types.h>
|
|
|
| @@ -86,4 +86,4 @@ class UnixFilesystem : public FilesystemInterface {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_UNIXFILESYSTEM_H_
|
| +#endif // WEBRTC_RTC_BASE_UNIXFILESYSTEM_H_
|
|
|