| Index: webrtc/rtc_base/messagehandler.h
|
| diff --git a/webrtc/base/messagehandler.h b/webrtc/rtc_base/messagehandler.h
|
| similarity index 93%
|
| copy from webrtc/base/messagehandler.h
|
| copy to webrtc/rtc_base/messagehandler.h
|
| index 72c0dc6907950a8e0645f1172f7db9a503b16874..8cb445766cfe6e2ebfeadcdee400ed6d6bc3b447 100644
|
| --- a/webrtc/base/messagehandler.h
|
| +++ b/webrtc/rtc_base/messagehandler.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_MESSAGEHANDLER_H_
|
| -#define WEBRTC_BASE_MESSAGEHANDLER_H_
|
| +#ifndef WEBRTC_RTC_BASE_MESSAGEHANDLER_H_
|
| +#define WEBRTC_RTC_BASE_MESSAGEHANDLER_H_
|
|
|
| #include <memory>
|
| #include <utility>
|
| @@ -72,4 +72,4 @@ class FunctorMessageHandler<void, FunctorT> : public MessageHandler {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_MESSAGEHANDLER_H_
|
| +#endif // WEBRTC_RTC_BASE_MESSAGEHANDLER_H_
|
|
|