| Index: webrtc/rtc_base/optionsfile.h
|
| diff --git a/webrtc/base/optionsfile.h b/webrtc/rtc_base/optionsfile.h
|
| similarity index 92%
|
| copy from webrtc/base/optionsfile.h
|
| copy to webrtc/rtc_base/optionsfile.h
|
| index 9eb484e3208434c8425f927d47d6d1ff5d2f513d..778ffaf9e8b37c1bfe5279b2fe2b99852bfb27bb 100644
|
| --- a/webrtc/base/optionsfile.h
|
| +++ b/webrtc/rtc_base/optionsfile.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_OPTIONSFILE_H_
|
| -#define WEBRTC_BASE_OPTIONSFILE_H_
|
| +#ifndef WEBRTC_RTC_BASE_OPTIONSFILE_H_
|
| +#define WEBRTC_RTC_BASE_OPTIONSFILE_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -47,4 +47,4 @@ class OptionsFile {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_OPTIONSFILE_H_
|
| +#endif // WEBRTC_RTC_BASE_OPTIONSFILE_H_
|
|
|