| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index f36130bbf92e8902c9093ae8cf9572d27717fe7c..b64438310952189c839cc91f4cd6784215ab5d59 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -95,7 +95,6 @@
|
| #include "core/input/EventHandler.h"
|
| #include "core/inspector/ConsoleMessageStorage.h"
|
| #include "core/inspector/InspectorConsoleAgent.h"
|
| -#include "core/inspector/InspectorFrontendChannel.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/inspector/InstanceCounters.h"
|
| #include "core/inspector/InstrumentingAgents.h"
|
| @@ -135,6 +134,7 @@
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/inspector_protocol/FrontendChannel.h"
|
| #include "platform/weborigin/SchemeRegistry.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebConnectionType.h"
|
|
|