Index: third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
index 86231fbd58c2c64d50843f4f7504504abff0e9a9..838fc7c6f31352456a560da92c0f853a79fbf215 100644 |
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.cpp |
@@ -38,6 +38,7 @@ |
#include "core/events/MessageEvent.h" |
#include "core/events/MouseEvent.h" |
#include "core/events/UIEventWithKeyState.h" |
+#include "core/exported/SharedWorkerRepositoryClientImpl.h" |
#include "core/exported/WebDataSourceImpl.h" |
#include "core/frame/FrameView.h" |
#include "core/frame/Settings.h" |
@@ -101,7 +102,6 @@ |
#include "public/web/WebViewClient.h" |
#include "v8/include/v8.h" |
#include "web/DevToolsEmulator.h" |
-#include "web/SharedWorkerRepositoryClientImpl.h" |
#include "web/WebDevToolsAgentImpl.h" |
#include "web/WebDevToolsFrontendImpl.h" |
#include "web/WebLocalFrameImpl.h" |