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

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

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.h
diff --git a/content/browser/devtools/protocol/color_picker.h b/content/browser/devtools/protocol/color_picker.h
index 297500f491179859b33f2577e9eedda9b3a6139b..6b7afddef8b5c1d56670ebc11ef17e771989ba53 100644
--- a/content/browser/devtools/protocol/color_picker.h
+++ b/content/browser/devtools/protocol/color_picker.h
@@ -18,8 +18,7 @@ namespace content {
class RenderWidgetHostImpl;
-namespace devtools {
-namespace page {
+namespace protocol {
class ColorPicker {
public:
@@ -51,8 +50,7 @@ class ColorPicker {
DISALLOW_COPY_AND_ASSIGN(ColorPicker);
};
-} // namespace page
-} // namespace devtools
+} // namespace protocol
} // namespace content
#endif // CONTENT_BROWSER_DEVTOOLS_PROTOCOL_COLOR_PICKER_H_
« no previous file with comments | « content/browser/devtools/page_navigation_throttle.cc ('k') | content/browser/devtools/protocol/color_picker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698