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

Unified Diff: components/ui_devtools/string_util.cc

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.h ('k') | components/ui_devtools/switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_devtools/string_util.cc
diff --git a/components/ui_devtools/string_util.cc b/components/ui_devtools/string_util.cc
index 0b936a38cf25295584dfe5de91edded670d54014..ade4b6f3152b5d53ed36c82d8ffc20dfc150d238 100644
--- a/components/ui_devtools/string_util.cc
+++ b/components/ui_devtools/string_util.cc
@@ -7,8 +7,7 @@
#include "base/strings/string_util.h"
#include "components/ui_devtools/Protocol.h"
-namespace ui {
-namespace devtools {
+namespace ui_devtools {
namespace protocol {
// static
@@ -20,5 +19,4 @@ std::unique_ptr<Value> StringUtil::parseJSON(const String& string) {
};
} // namespace protocol
-} // namespace ws
-} // namespace ui
+} // namespace ui_devtools
« no previous file with comments | « components/ui_devtools/string_util.h ('k') | components/ui_devtools/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698