| Index: third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| index 88fb016c6d004223549202e57d8dab4f38262896..1791f74be57f25bb67f66afd81602156c30444f0 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
|
| @@ -33,8 +33,8 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/InstrumentingAgents.h"
|
| +#include "core/inspector/protocol/Protocol.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "platform/inspector_protocol/InspectorProtocol.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -42,6 +42,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
|
|
| +using protocol::ErrorString;
|
| using protocol::Maybe;
|
|
|
| class CORE_EXPORT InspectorAgent : public GarbageCollectedFinalized<InspectorAgent> {
|
|
|