diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:00:14 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:00:14 +0000 |
commit | 3034b681ff22071df0cad6cace510b838d65d7cc (patch) | |
tree | 8dbb44b3f49d16293190bc06e9b0acbd8d690bdb /webkit/support | |
parent | 1c7d0cf8ff15907be0717844cfd9672553f903bd (diff) | |
download | chromium_src-3034b681ff22071df0cad6cace510b838d65d7cc.zip chromium_src-3034b681ff22071df0cad6cace510b838d65d7cc.tar.gz chromium_src-3034b681ff22071df0cad6cace510b838d65d7cc.tar.bz2 |
Update these includes to use the new header locations
TBR=darin
Review URL: http://codereview.chromium.org/8787003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support')
-rw-r--r-- | webkit/support/simple_database_system.cc | 2 | ||||
-rw-r--r-- | webkit/support/test_webkit_platform_support.cc | 18 | ||||
-rw-r--r-- | webkit/support/test_webkit_platform_support.h | 2 | ||||
-rw-r--r-- | webkit/support/test_webmessageportchannel.cc | 2 | ||||
-rw-r--r-- | webkit/support/test_webplugin_page_delegate.cc | 2 | ||||
-rw-r--r-- | webkit/support/web_audio_device_mock.h | 2 | ||||
-rw-r--r-- | webkit/support/webkit_support.cc | 2 | ||||
-rw-r--r-- | webkit/support/webkit_support.h | 2 | ||||
-rw-r--r-- | webkit/support/weburl_loader_mock.cc | 4 | ||||
-rw-r--r-- | webkit/support/weburl_loader_mock.h | 2 | ||||
-rw-r--r-- | webkit/support/weburl_loader_mock_factory.cc | 8 | ||||
-rw-r--r-- | webkit/support/weburl_loader_mock_factory.h | 6 |
12 files changed, 26 insertions, 26 deletions
diff --git a/webkit/support/simple_database_system.cc b/webkit/support/simple_database_system.cc index f1887fd..1f2f0b5 100644 --- a/webkit/support/simple_database_system.cc +++ b/webkit/support/simple_database_system.cc @@ -15,7 +15,7 @@ #include "base/utf_string_conversions.h" #include "third_party/sqlite/sqlite3.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" #include "webkit/database/database_util.h" #include "webkit/database/vfs_backend.h" diff --git a/webkit/support/test_webkit_platform_support.cc b/webkit/support/test_webkit_platform_support.cc index 6ba5c7b..546fa7e 100644 --- a/webkit/support/test_webkit_platform_support.cc +++ b/webkit/support/test_webkit_platform_support.cc @@ -14,12 +14,12 @@ #include "net/base/cookie_monster.h" #include "net/http/http_cache.h" #include "net/test/test_server.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebAudioDevice.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebAudioDevice.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebData.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebData.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystem.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebGamepads.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFileSystem.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGamepads.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBFactory.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKey.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBKeyPath.h" @@ -27,12 +27,12 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebScriptController.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityPolicy.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebSerializedScriptValue.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSerializedScriptValue.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageArea.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageEventDispatcher.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebStorageNamespace.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" #include "v8/include/v8.h" #include "webkit/appcache/web_application_cache_host_impl.h" #include "webkit/database/vfs_backend.h" @@ -59,12 +59,12 @@ #include "webkit/tools/test_shell/test_shell_webblobregistry_impl.h" #if defined(OS_WIN) -#include "third_party/WebKit/Source/WebKit/chromium/public/win/WebThemeEngine.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/win/WebThemeEngine.h" #include "webkit/tools/test_shell/test_shell_webthemeengine.h" #elif defined(OS_MACOSX) #include "base/mac/mac_util.h" #elif defined(OS_POSIX) && !defined(OS_ANDROID) -#include "third_party/WebKit/Source/WebKit/chromium/public/linux/WebThemeEngine.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/linux/WebThemeEngine.h" #endif using WebKit::WebScriptController; diff --git a/webkit/support/test_webkit_platform_support.h b/webkit/support/test_webkit_platform_support.h index ca321c3..c131c84 100644 --- a/webkit/support/test_webkit_platform_support.h +++ b/webkit/support/test_webkit_platform_support.h @@ -6,7 +6,7 @@ #define WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ #include "base/compiler_specific.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebGamepads.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGamepads.h" #include "webkit/glue/webfileutilities_impl.h" #include "webkit/glue/webkitplatformsupport_impl.h" #include "webkit/support/simple_database_system.h" diff --git a/webkit/support/test_webmessageportchannel.cc b/webkit/support/test_webmessageportchannel.cc index c6b0c1a..8460460 100644 --- a/webkit/support/test_webmessageportchannel.cc +++ b/webkit/support/test_webmessageportchannel.cc @@ -8,7 +8,7 @@ #include "base/message_loop.h" #include "base/task.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebMessagePortChannelClient.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" using WebKit::WebMessagePortChannel; using WebKit::WebMessagePortChannelArray; diff --git a/webkit/support/test_webplugin_page_delegate.cc b/webkit/support/test_webplugin_page_delegate.cc index ce74d57..0c54097 100644 --- a/webkit/support/test_webplugin_page_delegate.cc +++ b/webkit/support/test_webplugin_page_delegate.cc @@ -5,7 +5,7 @@ #include "webkit/support/test_webplugin_page_delegate.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebKitPlatformSupport.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h" namespace webkit_support { diff --git a/webkit/support/web_audio_device_mock.h b/webkit/support/web_audio_device_mock.h index a348480..3a963c2 100644 --- a/webkit/support/web_audio_device_mock.h +++ b/webkit/support/web_audio_device_mock.h @@ -5,7 +5,7 @@ #ifndef WEBKIT_SUPPORT_WEB_AUDIO_DEVICE_MOCK_H_ #define WEBKIT_SUPPORT_WEB_AUDIO_DEVICE_MOCK_H_ -#include "third_party/WebKit/Source/WebKit/chromium/public/WebAudioDevice.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebAudioDevice.h" class WebAudioDeviceMock : public WebKit::WebAudioDevice { public: diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc index 613ad08..6415030 100644 --- a/webkit/support/webkit_support.cc +++ b/webkit/support/webkit_support.cc @@ -38,7 +38,7 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPluginParams.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLError.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLError.h" #if defined(TOOLKIT_USES_GTK) #include "ui/base/keycodes/keyboard_code_conversion_gtk.h" #endif diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h index e9a7c59..7ff4cf7 100644 --- a/webkit/support/webkit_support.h +++ b/webkit/support/webkit_support.h @@ -10,7 +10,7 @@ #include "base/basictypes.h" #include "base/string16.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgentClient.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystem.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFileSystem.h" #include "ui/base/keycodes/keyboard_codes.h" namespace WebKit { diff --git a/webkit/support/weburl_loader_mock.cc b/webkit/support/weburl_loader_mock.cc index 549d4c3..bb00729 100644 --- a/webkit/support/weburl_loader_mock.cc +++ b/webkit/support/weburl_loader_mock.cc @@ -5,8 +5,8 @@ #include "webkit/support/weburl_loader_mock.h" #include "base/logging.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebData.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoaderClient.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebData.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLLoaderClient.h" #include "webkit/support/weburl_loader_mock_factory.h" WebURLLoaderMock::WebURLLoaderMock(WebURLLoaderMockFactory* factory, diff --git a/webkit/support/weburl_loader_mock.h b/webkit/support/weburl_loader_mock.h index 74d5ddb..62c4f22 100644 --- a/webkit/support/weburl_loader_mock.h +++ b/webkit/support/weburl_loader_mock.h @@ -7,7 +7,7 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLLoader.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLLoader.h" namespace WebKit { class WebData; diff --git a/webkit/support/weburl_loader_mock_factory.cc b/webkit/support/weburl_loader_mock_factory.cc index f4c3dde8..20da030 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/WebString.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLError.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLRequest.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLResponse.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 "webkit/support/weburl_loader_mock.h" using WebKit::WebData; diff --git a/webkit/support/weburl_loader_mock_factory.h b/webkit/support/weburl_loader_mock_factory.h index cd10012..090eb4a 100644 --- a/webkit/support/weburl_loader_mock_factory.h +++ b/webkit/support/weburl_loader_mock_factory.h @@ -8,9 +8,9 @@ #include <map> #include "base/file_path.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/WebURLResponse.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/platform/WebURLResponse.h" namespace WebKit { class WebData; |