summaryrefslogtreecommitdiffstats
path: root/webkit/support/weburl_loader_mock_factory.cc
diff options
context:
space:
mode:
authorpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-16 15:50:32 +0000
committerpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-16 15:50:32 +0000
commit792ee68f52efc479c190ba2276a09a8923408c59 (patch)
treeb3ad4c09213018ed9b4bc5bcd4257b0f30c84b27 /webkit/support/weburl_loader_mock_factory.cc
parentec129c8ca079bcca10ea63d6c6fbcf4a70aaffe0 (diff)
downloadchromium_src-792ee68f52efc479c190ba2276a09a8923408c59.zip
chromium_src-792ee68f52efc479c190ba2276a09a8923408c59.tar.gz
chromium_src-792ee68f52efc479c190ba2276a09a8923408c59.tar.bz2
Update some #includes in webkit/support for headers in the new Platform directory
Review URL: https://chromiumcodereview.appspot.com/11883031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/weburl_loader_mock_factory.cc')
-rw-r--r--webkit/support/weburl_loader_mock_factory.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/webkit/support/weburl_loader_mock_factory.cc b/webkit/support/weburl_loader_mock_factory.cc
index 90410b3..3a14968 100644
--- a/webkit/support/weburl_loader_mock_factory.cc
+++ b/webkit/support/weburl_loader_mock_factory.cc
@@ -6,10 +6,10 @@
#include "base/file_util.h"
#include "base/logging.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/WebKit/chromium/public/platform/WebURLRequest.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLResponse.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/Platform/chromium/public/WebURLRequest.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/WebURLResponse.h"
#include "webkit/support/weburl_loader_mock.h"
using WebKit::WebData;