| Index: webrtc/rtc_base/gunit.h
|
| diff --git a/webrtc/base/gunit.h b/webrtc/rtc_base/gunit.h
|
| similarity index 98%
|
| copy from webrtc/base/gunit.h
|
| copy to webrtc/rtc_base/gunit.h
|
| index 10258c7a57f307294df52515f18836649b139aa4..b9b5a693499beb6310ee1f8f9a45abbd0a42453f 100644
|
| --- a/webrtc/base/gunit.h
|
| +++ b/webrtc/rtc_base/gunit.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_GUNIT_H_
|
| -#define WEBRTC_BASE_GUNIT_H_
|
| +#ifndef WEBRTC_RTC_BASE_GUNIT_H_
|
| +#define WEBRTC_RTC_BASE_GUNIT_H_
|
|
|
| #include "webrtc/base/fakeclock.h"
|
| #include "webrtc/base/logging.h"
|
| @@ -147,4 +147,4 @@
|
| ASSERT_EQ(v1, v2); \
|
| } while (0)
|
|
|
| -#endif // WEBRTC_BASE_GUNIT_H_
|
| +#endif // WEBRTC_RTC_BASE_GUNIT_H_
|
|
|