| Index: webrtc/rtc_base/event.h
|
| diff --git a/webrtc/base/event.h b/webrtc/rtc_base/event.h
|
| similarity index 92%
|
| copy from webrtc/base/event.h
|
| copy to webrtc/rtc_base/event.h
|
| index d4b58724f0e3953b5cb213e0d3d9ce060523795b..ca43d4df5730d4d23c51f1d270ce20a5c937e4cb 100644
|
| --- a/webrtc/base/event.h
|
| +++ b/webrtc/rtc_base/event.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_EVENT_H__
|
| -#define WEBRTC_BASE_EVENT_H__
|
| +#ifndef WEBRTC_RTC_BASE_EVENT_H_
|
| +#define WEBRTC_RTC_BASE_EVENT_H_
|
|
|
| #include "webrtc/base/constructormagic.h"
|
| #if defined(WEBRTC_WIN)
|
| @@ -51,4 +51,4 @@ class Event {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_EVENT_H__
|
| +#endif // WEBRTC_RTC_BASE_EVENT_H_
|
|
|