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

Unified Diff: third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.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/filesystem/InspectorFileSystemAgent.h
diff --git a/third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.h b/third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.h
index 15eddb992d9aab24f468d55730962f3d54026f6c..a72ce83c44317c028bf023869ee1c2cab875fb1e 100644
--- a/third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.h
+++ b/third_party/WebKit/Source/modules/filesystem/InspectorFileSystemAgent.h
@@ -31,7 +31,6 @@
#ifndef InspectorFileSystemAgent_h
#define InspectorFileSystemAgent_h
-#include "core/InspectorFrontend.h"
#include "core/inspector/InspectorBaseAgent.h"
#include "modules/ModulesExport.h"
#include "wtf/PassOwnPtr.h"
@@ -43,7 +42,7 @@ class ExecutionContext;
class InspectedFrames;
class SecurityOrigin;
-class MODULES_EXPORT InspectorFileSystemAgent final : public InspectorBaseAgent<InspectorFileSystemAgent, InspectorFrontend::FileSystem>, public InspectorBackendDispatcher::FileSystemCommandHandler {
+class MODULES_EXPORT InspectorFileSystemAgent final : public InspectorBaseAgent<InspectorFileSystemAgent, protocol::Frontend::FileSystem>, public protocol::Dispatcher::FileSystemCommandHandler {
public:
static PassOwnPtrWillBeRawPtr<InspectorFileSystemAgent> create(InspectedFrames*);
~InspectorFileSystemAgent() override;

Powered by Google App Engine
This is Rietveld 408576698