| Index: webrtc/rtc_base/location.h
|
| diff --git a/webrtc/base/location.h b/webrtc/rtc_base/location.h
|
| similarity index 94%
|
| copy from webrtc/base/location.h
|
| copy to webrtc/rtc_base/location.h
|
| index 541be9ac141768a831b7e82975300a179d3f1e3f..6a4c9798c894c921b18f11339bdb019033c236ee 100644
|
| --- a/webrtc/base/location.h
|
| +++ b/webrtc/rtc_base/location.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_LOCATION_H_
|
| -#define WEBRTC_BASE_LOCATION_H_
|
| +#ifndef WEBRTC_RTC_BASE_LOCATION_H_
|
| +#define WEBRTC_RTC_BASE_LOCATION_H_
|
|
|
| #include <string>
|
|
|
| @@ -54,4 +54,4 @@ class Location {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_LOCATION_H_
|
| +#endif // WEBRTC_RTC_BASE_LOCATION_H_
|
|
|