| Index: webrtc/rtc_base/sigslottester.h
|
| diff --git a/webrtc/base/sigslottester.h b/webrtc/rtc_base/sigslottester.h
|
| similarity index 98%
|
| copy from webrtc/base/sigslottester.h
|
| copy to webrtc/rtc_base/sigslottester.h
|
| index 18ddde30cb84ceb32c073506a7f1f30a51fea075..5eeb477a77502019843cc96ab9294287ca110437 100755
|
| --- a/webrtc/base/sigslottester.h
|
| +++ b/webrtc/rtc_base/sigslottester.h
|
| @@ -12,8 +12,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_SIGSLOTTESTER_H_
|
| -#define WEBRTC_BASE_SIGSLOTTESTER_H_
|
| +#ifndef WEBRTC_RTC_BASE_SIGSLOTTESTER_H_
|
| +#define WEBRTC_RTC_BASE_SIGSLOTTESTER_H_
|
|
|
| // To generate sigslottester.h from sigslottester.h.pump, execute:
|
| // /home/build/google3/third_party/gtest/scripts/pump.py sigslottester.h.pump
|
| @@ -213,4 +213,4 @@ class SigslotTester5 : public sigslot::has_slots<> {
|
| };
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_SIGSLOTTESTER_H_
|
| +#endif // WEBRTC_RTC_BASE_SIGSLOTTESTER_H_
|
|
|