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 5aefab4a47c2325a1980e994e7dad4e50bb1b936..92cc431d1ec2ca6b2745d1a3783d14eed8f11595 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" |