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

Unified Diff: content/browser/devtools/protocol/color_picker.cc

Issue 2548263002: [DevTools] Migrate dom, emulation, inspector, network, page and schema handlers to new generator. (Closed)
Patch Set: rebased atop of roll Created 4 years 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
Index: content/browser/devtools/protocol/color_picker.cc
diff --git a/content/browser/devtools/protocol/color_picker.cc b/content/browser/devtools/protocol/color_picker.cc
index 40e119b6d0f65fa82319c3e43ee98208b3fe4cd2..6aff7c610c006c734577d591c79bb6f54cd7c39a 100644
--- a/content/browser/devtools/protocol/color_picker.cc
+++ b/content/browser/devtools/protocol/color_picker.cc
@@ -18,8 +18,7 @@
#include "ui/gfx/geometry/size_conversions.h"
namespace content {
-namespace devtools {
-namespace page {
+namespace protocol {
ColorPicker::ColorPicker(ColorPickedCallback callback)
: callback_(callback),
@@ -259,6 +258,5 @@ void ColorPicker::UpdateCursor() {
host_->SetCursor(cursor);
}
-} // namespace page
-} // namespace devtools
+} // namespace protocol
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698