Index: third_party/WebKit/Source/web/WebViewImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp |
index 3eefe298696687b36544eed2852c4e7256813907..6e58dd8a18f66bddde586803cc3913ab10a13f4d 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp |
@@ -49,7 +49,6 @@ |
#include "core/events/KeyboardEvent.h" |
#include "core/events/UIEventWithKeyState.h" |
#include "core/events/WheelEvent.h" |
-#include "core/fetch/UniqueIdentifier.h" |
#include "core/frame/BrowserControls.h" |
#include "core/frame/EventHandlerRegistry.h" |
#include "core/frame/FrameHost.h" |
@@ -115,6 +114,7 @@ |
#include "platform/graphics/paint/DrawingRecorder.h" |
#include "platform/image-decoders/ImageDecoder.h" |
#include "platform/instrumentation/tracing/TraceEvent.h" |
+#include "platform/loader/fetch/UniqueIdentifier.h" |
#include "platform/scroll/ScrollbarTheme.h" |
#include "platform/weborigin/SchemeRegistry.h" |
#include "public/platform/Platform.h" |