summaryrefslogtreecommitdiffstats
path: root/webkit/mocks
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 00:22:09 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 00:22:09 +0000
commitc1088446ddc0571f98a2d40c1a8cfe86c715ffc1 (patch)
tree089aa4fe1e448cf03fb6aff1f4d58993cbbfbb19 /webkit/mocks
parent99d618856b2fd530f88c2431aaa5588367d360f9 (diff)
downloadchromium_src-c1088446ddc0571f98a2d40c1a8cfe86c715ffc1.zip
chromium_src-c1088446ddc0571f98a2d40c1a8cfe86c715ffc1.tar.gz
chromium_src-c1088446ddc0571f98a2d40c1a8cfe86c715ffc1.tar.bz2
Update refernces to Blink's Platform API (webkit)
These headers have moved from Source/Platform/chromium/public to public/platform. This CL updates src/webkit's references to the old location to point to the new location. After this CL lands, I'll remove the forwarding headers that are letting these references still work. TBR=jamesr@chromium.org BUG=239545 Review URL: https://chromiumcodereview.appspot.com/15937016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/mocks')
-rw-r--r--webkit/mocks/mock_webhyphenator.h2
-rw-r--r--webkit/mocks/mock_weburlloader.cc8
-rw-r--r--webkit/mocks/test_media_stream_client.cc6
-rw-r--r--webkit/mocks/test_media_stream_client.h2
4 files changed, 9 insertions, 9 deletions
diff --git a/webkit/mocks/mock_webhyphenator.h b/webkit/mocks/mock_webhyphenator.h
index 8615e16..b42b17c9 100644
--- a/webkit/mocks/mock_webhyphenator.h
+++ b/webkit/mocks/mock_webhyphenator.h
@@ -8,7 +8,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/platform_file.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebHyphenator.h"
+#include "third_party/WebKit/public/platform/WebHyphenator.h"
typedef struct _HyphenDict HyphenDict;
diff --git a/webkit/mocks/mock_weburlloader.cc b/webkit/mocks/mock_weburlloader.cc
index f2c6df9..dc4f2d0 100644
--- a/webkit/mocks/mock_weburlloader.cc
+++ b/webkit/mocks/mock_weburlloader.cc
@@ -4,10 +4,10 @@
#include "webkit/mocks/mock_weburlloader.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebData.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 "third_party/WebKit/public/platform/WebData.h"
+#include "third_party/WebKit/public/platform/WebURLError.h"
+#include "third_party/WebKit/public/platform/WebURLRequest.h"
+#include "third_party/WebKit/public/platform/WebURLResponse.h"
namespace webkit_glue {
diff --git a/webkit/mocks/test_media_stream_client.cc b/webkit/mocks/test_media_stream_client.cc
index c3e8b91..056ccaa 100644
--- a/webkit/mocks/test_media_stream_client.cc
+++ b/webkit/mocks/test_media_stream_client.cc
@@ -7,9 +7,9 @@
#include "googleurl/src/gurl.h"
#include "media/base/media_log.h"
#include "media/base/pipeline.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStream.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamTrack.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
+#include "third_party/WebKit/public/platform/WebMediaStream.h"
+#include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
+#include "third_party/WebKit/public/platform/WebVector.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaStreamRegistry.h"
#include "webkit/media/media_stream_audio_renderer.h"
#include "webkit/media/simple_video_frame_provider.h"
diff --git a/webkit/mocks/test_media_stream_client.h b/webkit/mocks/test_media_stream_client.h
index 0f5c65a..c264f4d 100644
--- a/webkit/mocks/test_media_stream_client.h
+++ b/webkit/mocks/test_media_stream_client.h
@@ -10,7 +10,7 @@
#define WEBKIT_MOCKS_TEST_MEDIA_STREAM_CLIENT_H_
#include "base/callback_forward.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h"
+#include "third_party/WebKit/public/platform/WebURL.h"
#include "webkit/media/media_stream_client.h"
namespace WebKit {