| Index: webrtc/rtc_base/window.h
|
| diff --git a/webrtc/base/window.h b/webrtc/rtc_base/window.h
|
| similarity index 95%
|
| copy from webrtc/base/window.h
|
| copy to webrtc/rtc_base/window.h
|
| index a4a9aa446561500c2bb3eec44322be3817586229..2eed4beafd7ef96da71559277cd945da9674885a 100644
|
| --- a/webrtc/base/window.h
|
| +++ b/webrtc/rtc_base/window.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_WINDOW_H_
|
| -#define WEBRTC_BASE_WINDOW_H_
|
| +#ifndef WEBRTC_RTC_BASE_WINDOW_H_
|
| +#define WEBRTC_RTC_BASE_WINDOW_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -75,4 +75,4 @@ inline std::string ToString(const WindowId& window) {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_WINDOW_H_
|
| +#endif // WEBRTC_RTC_BASE_WINDOW_H_
|
|
|