Index: chrome/renderer/extensions/chrome_v8_context_set.cc |
=================================================================== |
--- chrome/renderer/extensions/chrome_v8_context_set.cc (revision 112786) |
+++ chrome/renderer/extensions/chrome_v8_context_set.cc (working copy) |
@@ -16,8 +16,8 @@ |
#include "v8/include/v8.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLRequest.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLRequest.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |
using content::RenderThread; |