Index: content/public/test/render_view_test.cc |
=================================================================== |
--- content/public/test/render_view_test.cc (revision 175187) |
+++ content/public/test/render_view_test.cc (working copy) |
@@ -12,6 +12,7 @@ |
#include "content/renderer/renderer_main_platform_delegate.h" |
#include "content/renderer/renderer_webkitplatformsupport_impl.h" |
#include "content/test/mock_render_process.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebURLRequest.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" |
@@ -19,7 +20,6 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebScriptController.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebScriptSource.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLRequest.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |
#include "ui/base/resource/resource_bundle.h" |
#include "webkit/dom_storage/dom_storage_types.h" |