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 914d1f3c76b88b5cd02b5a207f9d37e96682bfee..b3f7b8861882ee647dd305a33a1caa13d712d203 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/exported/WebViewBase.h" |
#include "core/frame/FrameView.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" |