Index: android_webview/renderer/aw_render_view_ext.cc |
=================================================================== |
--- android_webview/renderer/aw_render_view_ext.cc (revision 175802) |
+++ android_webview/renderer/aw_render_view_ext.cc (working copy) |
@@ -16,8 +16,8 @@ |
#include "content/public/renderer/document_state.h" |
#include "content/public/renderer/render_view.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDataSource.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebElement.h" |