| 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;
|
|
|