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/optionsfile.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/optional_unittest.cc ('k') | webrtc/rtc_base/optionsfile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/optionsfile.h
diff --git a/webrtc/base/optionsfile.h b/webrtc/rtc_base/optionsfile.h
similarity index 92%
copy from webrtc/base/optionsfile.h
copy to webrtc/rtc_base/optionsfile.h
index 9eb484e3208434c8425f927d47d6d1ff5d2f513d..778ffaf9e8b37c1bfe5279b2fe2b99852bfb27bb 100644
--- a/webrtc/base/optionsfile.h
+++ b/webrtc/rtc_base/optionsfile.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_BASE_OPTIONSFILE_H_
-#define WEBRTC_BASE_OPTIONSFILE_H_
+#ifndef WEBRTC_RTC_BASE_OPTIONSFILE_H_
+#define WEBRTC_RTC_BASE_OPTIONSFILE_H_
#include <map>
#include <string>
@@ -47,4 +47,4 @@ class OptionsFile {
} // namespace rtc
-#endif // WEBRTC_BASE_OPTIONSFILE_H_
+#endif // WEBRTC_RTC_BASE_OPTIONSFILE_H_
« no previous file with comments | « webrtc/rtc_base/optional_unittest.cc ('k') | webrtc/rtc_base/optionsfile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698