| Index: Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp b/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
|
| index 5ead246e9dd2fd8b118bca075046eacbca537d94..4ec6184178a60389c9dc7fdd7a0e53c3e7f6bc36 100644
|
| --- a/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
|
| @@ -31,12 +31,12 @@
|
| #include "config.h"
|
| #include "InspectorFrontendClientImpl.h"
|
|
|
| -#include "Document.h"
|
| #include "InspectorFrontendHost.h"
|
| #include "ScriptController.h"
|
| #include "V8InspectorFrontendHost.h"
|
| #include "WebDevToolsFrontendClient.h"
|
| #include "WebDevToolsFrontendImpl.h"
|
| +#include "core/dom/Document.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/Page.h"
|
| #include "core/platform/NotImplemented.h"
|
|
|