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

Unified Diff: webrtc/rtc_base/flags.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/firewallsocketserver.cc ('k') | webrtc/rtc_base/flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/flags.h
diff --git a/webrtc/base/flags.h b/webrtc/rtc_base/flags.h
similarity index 98%
copy from webrtc/base/flags.h
copy to webrtc/rtc_base/flags.h
index d6a871ed526e148bbcb80178f8968a4707c6f297..3d4527ced8131216c4f21a4b19b674a4c3fd1184 100644
--- a/webrtc/base/flags.h
+++ b/webrtc/rtc_base/flags.h
@@ -20,8 +20,8 @@
// The implementation only relies and basic C++ functionality
// and needs no special library or STL support.
-#ifndef WEBRTC_BASE_FLAGS_H__
-#define WEBRTC_BASE_FLAGS_H__
+#ifndef WEBRTC_RTC_BASE_FLAGS_H_
+#define WEBRTC_RTC_BASE_FLAGS_H_
#include "webrtc/base/checks.h"
#include "webrtc/base/constructormagic.h"
@@ -265,4 +265,4 @@ class WindowsCommandLineArguments {
} // namespace rtc
-#endif // SHARED_COMMANDLINEFLAGS_FLAGS_H__
+#endif // SHARED_COMMANDLINEFLAGS_FLAGS_H_
« no previous file with comments | « webrtc/rtc_base/firewallsocketserver.cc ('k') | webrtc/rtc_base/flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698