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

Unified Diff: components/ui_devtools/switches.h

Issue 2899783002: Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: add README.md 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 | « components/ui_devtools/string_util.cc ('k') | components/ui_devtools/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_devtools/switches.h
diff --git a/components/ui_devtools/switches.h b/components/ui_devtools/switches.h
index d0bb5777782b04024718daeb778ac1f45eb740d9..4d96c9ca0b67039b96346ccb2288fde7947dffd0 100644
--- a/components/ui_devtools/switches.h
+++ b/components/ui_devtools/switches.h
@@ -7,12 +7,10 @@
#include "components/ui_devtools/devtools_export.h"
-namespace ui {
-namespace devtools {
+namespace ui_devtools {
extern UI_DEVTOOLS_EXPORT const char kEnableUiDevTools[];
-} // namespace devtools
-} // namespace ui
+} // namespace ui_devtools
#endif // COMPONENTS_UI_DEVTOOLS_SWITCHES_H_
« no previous file with comments | « components/ui_devtools/string_util.cc ('k') | components/ui_devtools/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698