| Index: webrtc/rtc_base/gunit_prod.h
|
| diff --git a/webrtc/base/gunit_prod.h b/webrtc/rtc_base/gunit_prod.h
|
| similarity index 85%
|
| copy from webrtc/base/gunit_prod.h
|
| copy to webrtc/rtc_base/gunit_prod.h
|
| index dc39bbd0eb8a17c62d0d477276300c7ad1ab9336..789f11bfceb2e0a00069167927b2f02cd9671c03 100644
|
| --- a/webrtc/base/gunit_prod.h
|
| +++ b/webrtc/rtc_base/gunit_prod.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_GUNIT_PROD_H_
|
| -#define WEBRTC_BASE_GUNIT_PROD_H_
|
| +#ifndef WEBRTC_RTC_BASE_GUNIT_PROD_H_
|
| +#define WEBRTC_RTC_BASE_GUNIT_PROD_H_
|
|
|
| #if defined(WEBRTC_ANDROID)
|
| // Android doesn't use gtest at all, so anything that relies on gtest should
|
| @@ -21,4 +21,4 @@
|
| #include "testing/base/gunit_prod.h"
|
| #endif
|
|
|
| -#endif // WEBRTC_BASE_GUNIT_PROD_H_
|
| +#endif // WEBRTC_RTC_BASE_GUNIT_PROD_H_
|
|
|