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

Unified Diff: webrtc/rtc_base/location.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/location.h
diff --git a/webrtc/base/location.h b/webrtc/rtc_base/location.h
similarity index 94%
copy from webrtc/base/location.h
copy to webrtc/rtc_base/location.h
index 541be9ac141768a831b7e82975300a179d3f1e3f..6a4c9798c894c921b18f11339bdb019033c236ee 100644
--- a/webrtc/base/location.h
+++ b/webrtc/rtc_base/location.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_BASE_LOCATION_H_
-#define WEBRTC_BASE_LOCATION_H_
+#ifndef WEBRTC_RTC_BASE_LOCATION_H_
+#define WEBRTC_RTC_BASE_LOCATION_H_
#include <string>
@@ -54,4 +54,4 @@ class Location {
} // namespace rtc
-#endif // WEBRTC_BASE_LOCATION_H_
+#endif // WEBRTC_RTC_BASE_LOCATION_H_

Powered by Google App Engine
This is Rietveld 408576698