Index: content/renderer/render_view_browsertest.cc |
=================================================================== |
--- content/renderer/render_view_browsertest.cc (revision 175802) |
+++ content/renderer/render_view_browsertest.cc (working copy) |
@@ -20,10 +20,10 @@ |
#include "content/test/mock_keyboard.h" |
#include "net/base/net_errors.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebData.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebHTTPBody.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLError.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebData.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebHTTPBody.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebURLError.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIntentServiceInfo.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |