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

Unified Diff: components/ui_devtools/devtools_server.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/devtools_server.h ('k') | components/ui_devtools/inspector_protocol_config.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ui_devtools/devtools_server.cc
diff --git a/components/ui_devtools/devtools_server.cc b/components/ui_devtools/devtools_server.cc
index fd0e35b93d5ac3acfd828899242d6d7db89bc33a..c8fd76c15f1bbb4aa29ed94ce537c75446a43eb1 100644
--- a/components/ui_devtools/devtools_server.cc
+++ b/components/ui_devtools/devtools_server.cc
@@ -21,8 +21,7 @@
#include "net/socket/server_socket.h"
#include "net/socket/tcp_server_socket.h"
-namespace ui {
-namespace devtools {
+namespace ui_devtools {
namespace {
const char kChromeDeveloperToolsPrefix[] =
@@ -182,5 +181,4 @@ void UiDevToolsServer::OnClose(int connection_id) {
connections_.erase(it);
}
-} // namespace devtools
-} // namespace ui
+} // namespace ui_devtools
« no previous file with comments | « components/ui_devtools/devtools_server.h ('k') | components/ui_devtools/inspector_protocol_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698