| Index: webrtc/rtc_base/onetimeevent.h
|
| diff --git a/webrtc/base/onetimeevent.h b/webrtc/rtc_base/onetimeevent.h
|
| similarity index 91%
|
| copy from webrtc/base/onetimeevent.h
|
| copy to webrtc/rtc_base/onetimeevent.h
|
| index 240cf14c5842392b1a5f4c9dd6668ff62b220388..f22a6dc28220954687deed0188a0c35e630b2c50 100644
|
| --- a/webrtc/base/onetimeevent.h
|
| +++ b/webrtc/rtc_base/onetimeevent.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_ONETIMEEVENT_H_
|
| -#define WEBRTC_BASE_ONETIMEEVENT_H_
|
| +#ifndef WEBRTC_RTC_BASE_ONETIMEEVENT_H_
|
| +#define WEBRTC_RTC_BASE_ONETIMEEVENT_H_
|
|
|
| #include "webrtc/base/criticalsection.h"
|
| #include "webrtc/typedefs.h"
|
| @@ -58,4 +58,4 @@ class ThreadUnsafeOneTimeEvent {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_BASE_ONETIMEEVENT_H_
|
| +#endif // WEBRTC_RTC_BASE_ONETIMEEVENT_H_
|
|
|