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

Unified Diff: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h

Issue 1696513002: DevTools: move protocol-related generators into inspector subfolder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h
diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h
index 2732ca77e1ed7677a46eae531d860775dd32ab46..b60b1acb96eda2ef3494033f57a98400a02bf80c 100644
--- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h
+++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h
@@ -5,7 +5,6 @@
#ifndef ScreenOrientationInspectorAgent_h
#define ScreenOrientationInspectorAgent_h
-#include "core/InspectorFrontend.h"
#include "core/inspector/InspectorBaseAgent.h"
#include "modules/ModulesExport.h"
#include "wtf/text/WTFString.h"
@@ -16,7 +15,7 @@ class ScreenOrientationController;
typedef String ErrorString;
-class MODULES_EXPORT ScreenOrientationInspectorAgent final : public InspectorBaseAgent<ScreenOrientationInspectorAgent, InspectorFrontend::ScreenOrientation>, public InspectorBackendDispatcher::ScreenOrientationCommandHandler {
+class MODULES_EXPORT ScreenOrientationInspectorAgent final : public InspectorBaseAgent<ScreenOrientationInspectorAgent, protocol::Frontend::ScreenOrientation>, public protocol::Dispatcher::ScreenOrientationCommandHandler {
WTF_MAKE_NONCOPYABLE(ScreenOrientationInspectorAgent);
public:
static PassOwnPtrWillBeRawPtr<ScreenOrientationInspectorAgent> create(LocalFrame&);

Powered by Google App Engine
This is Rietveld 408576698