Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: webrtc/rtc_base/gunit_prod.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/rtc_base/gunit.h ('k') | webrtc/rtc_base/helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/rtc_base/gunit.h ('k') | webrtc/rtc_base/helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698