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

Unified Diff: webrtc/rtc_base/gunit.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: Fix invalid merge 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
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_

Powered by Google App Engine
This is Rietveld 408576698