summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 03:46:08 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 03:46:08 +0000
commit5c30b5e024416c5a710501b26a59632296460423 (patch)
tree885fedadf0dccea79ffda059121a23b15fd2e505 /content/common
parent4a8cf3e2dcd1c95a3ec7ba34f7a0b653c154a1ce (diff)
downloadchromium_src-5c30b5e024416c5a710501b26a59632296460423.zip
chromium_src-5c30b5e024416c5a710501b26a59632296460423.tar.gz
chromium_src-5c30b5e024416c5a710501b26a59632296460423.tar.bz2
Update refernces to Blink's Platform API (content)
These headers have moved from Source/Platform/chromium/public to public/platform. This CL updates content'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/15822010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r--content/common/cc_messages.cc2
-rw-r--r--content/common/cc_messages.h2
-rw-r--r--content/common/child_process_sandbox_support_impl_linux.cc2
-rw-r--r--content/common/database_util.cc2
-rw-r--r--content/common/db_message_filter.cc2
-rw-r--r--content/common/dom_storage_messages.h2
-rw-r--r--content/common/gamepad_hardware_buffer.h2
-rw-r--r--content/common/gamepad_user_gesture.cc2
-rw-r--r--content/common/gpu/client/gl_helper.cc2
-rw-r--r--content/common/gpu/client/gl_helper_scaling.cc2
-rw-r--r--content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h4
-rw-r--r--content/common/indexed_db/indexed_db_key.cc4
-rw-r--r--content/common/indexed_db/indexed_db_key.h2
-rw-r--r--content/common/indexed_db/indexed_db_key_path.cc4
-rw-r--r--content/common/indexed_db/indexed_db_key_path.h2
-rw-r--r--content/common/indexed_db/indexed_db_key_range.h2
-rw-r--r--content/common/indexed_db/indexed_db_messages.h6
-rw-r--r--content/common/view_messages.h4
-rw-r--r--content/common/webmessageportchannel_impl.cc4
-rw-r--r--content/common/webmessageportchannel_impl.h2
20 files changed, 27 insertions, 27 deletions
diff --git a/content/common/cc_messages.cc b/content/common/cc_messages.cc
index c96633c..aadac97 100644
--- a/content/common/cc_messages.cc
+++ b/content/common/cc_messages.cc
@@ -6,7 +6,7 @@
#include "cc/output/compositor_frame.h"
#include "content/public/common/common_param_traits.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h"
+#include "third_party/WebKit/public/platform/WebFilterOperations.h"
#include "ui/gfx/transform.h"
namespace IPC {
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
index bceaafe..5c78b32 100644
--- a/content/common/cc_messages.h
+++ b/content/common/cc_messages.h
@@ -23,7 +23,7 @@
#include "content/common/content_export.h"
#include "gpu/ipc/gpu_command_buffer_traits.h"
#include "ipc/ipc_message_macros.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperation.h"
+#include "third_party/WebKit/public/platform/WebFilterOperation.h"
#ifndef CONTENT_COMMON_CC_MESSAGES_H_
#define CONTENT_COMMON_CC_MESSAGES_H_
diff --git a/content/common/child_process_sandbox_support_impl_linux.cc b/content/common/child_process_sandbox_support_impl_linux.cc
index 6eec6fe..9c21bf0 100644
--- a/content/common/child_process_sandbox_support_impl_linux.cc
+++ b/content/common/child_process_sandbox_support_impl_linux.cc
@@ -13,7 +13,7 @@
#include "base/safe_numerics.h"
#include "base/sys_byteorder.h"
#include "content/common/sandbox_linux.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/linux/WebFontFamily.h"
+#include "third_party/WebKit/public/platform/linux/WebFontFamily.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/linux/WebFontRenderStyle.h"
namespace content {
diff --git a/content/common/database_util.cc b/content/common/database_util.cc
index 5ac8eb9..d847881 100644
--- a/content/common/database_util.cc
+++ b/content/common/database_util.cc
@@ -7,7 +7,7 @@
#include "content/common/child_thread.h"
#include "content/common/database_messages.h"
#include "ipc/ipc_sync_message_filter.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
+#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/sqlite/sqlite3.h"
using WebKit::Platform;
diff --git a/content/common/db_message_filter.cc b/content/common/db_message_filter.cc
index ccdc3cc..629486b 100644
--- a/content/common/db_message_filter.cc
+++ b/content/common/db_message_filter.cc
@@ -5,7 +5,7 @@
#include "content/common/db_message_filter.h"
#include "content/common/database_messages.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
+#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h"
namespace content {
diff --git a/content/common/dom_storage_messages.h b/content/common/dom_storage_messages.h
index c132a1c..a30acbf7 100644
--- a/content/common/dom_storage_messages.h
+++ b/content/common/dom_storage_messages.h
@@ -7,7 +7,7 @@
#include "googleurl/src/gurl.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_param_traits.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebStorageArea.h"
+#include "third_party/WebKit/public/platform/WebStorageArea.h"
#include "webkit/dom_storage/dom_storage_types.h"
#define IPC_MESSAGE_START DOMStorageMsgStart
diff --git a/content/common/gamepad_hardware_buffer.h b/content/common/gamepad_hardware_buffer.h
index 591d9ad..53a5b1a 100644
--- a/content/common/gamepad_hardware_buffer.h
+++ b/content/common/gamepad_hardware_buffer.h
@@ -6,7 +6,7 @@
#define CONTENT_COMMON_GAMEPAD_HARDWARE_BUFFER_H_
#include "content/common/gamepad_seqlock.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebGamepads.h"
+#include "third_party/WebKit/public/platform/WebGamepads.h"
namespace content {
diff --git a/content/common/gamepad_user_gesture.cc b/content/common/gamepad_user_gesture.cc
index 4c3e3f2..037a340 100644
--- a/content/common/gamepad_user_gesture.cc
+++ b/content/common/gamepad_user_gesture.cc
@@ -6,7 +6,7 @@
#include <algorithm>
-#include "third_party/WebKit/Source/Platform/chromium/public/WebGamepads.h"
+#include "third_party/WebKit/public/platform/WebGamepads.h"
namespace content {
diff --git a/content/common/gpu/client/gl_helper.cc b/content/common/gpu/client/gl_helper.cc
index 789c5be..de9822e 100644
--- a/content/common/gpu/client/gl_helper.cc
+++ b/content/common/gpu/client/gl_helper.cc
@@ -16,7 +16,7 @@
#include "base/time.h"
#include "cc/resources/sync_point_helper.h"
#include "content/common/gpu/client/gl_helper_scaling.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h"
+#include "third_party/WebKit/public/platform/WebCString.h"
#include "third_party/skia/include/core/SkRegion.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/size.h"
diff --git a/content/common/gpu/client/gl_helper_scaling.cc b/content/common/gpu/client/gl_helper_scaling.cc
index 1f5d72c..4983f22 100644
--- a/content/common/gpu/client/gl_helper_scaling.cc
+++ b/content/common/gpu/client/gl_helper_scaling.cc
@@ -15,7 +15,7 @@
#include "base/memory/ref_counted.h"
#include "base/message_loop.h"
#include "base/time.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h"
+#include "third_party/WebKit/public/platform/WebCString.h"
#include "third_party/skia/include/core/SkRegion.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/size.h"
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
index d39097d..82e6605 100644
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
@@ -14,8 +14,8 @@
#include "content/common/gpu/client/command_buffer_proxy_impl.h"
#include "content/common/gpu/gpu_process_launch_causes.h"
#include "googleurl/src/gurl.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
+#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h"
+#include "third_party/WebKit/public/platform/WebString.h"
#include "ui/gl/gpu_preference.h"
#include "ui/gfx/native_widget_types.h"
diff --git a/content/common/indexed_db/indexed_db_key.cc b/content/common/indexed_db/indexed_db_key.cc
index 76306fd..4083fd3 100644
--- a/content/common/indexed_db/indexed_db_key.cc
+++ b/content/common/indexed_db/indexed_db_key.cc
@@ -5,8 +5,8 @@
#include "content/common/indexed_db/indexed_db_key.h"
#include "base/logging.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
+#include "third_party/WebKit/public/platform/WebString.h"
+#include "third_party/WebKit/public/platform/WebVector.h"
namespace content {
diff --git a/content/common/indexed_db/indexed_db_key.h b/content/common/indexed_db/indexed_db_key.h
index 77f6f3c..7b9aecd 100644
--- a/content/common/indexed_db/indexed_db_key.h
+++ b/content/common/indexed_db/indexed_db_key.h
@@ -11,7 +11,7 @@
#include "base/memory/scoped_vector.h"
#include "base/string16.h"
#include "content/common/content_export.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBKey.h"
+#include "third_party/WebKit/public/platform/WebIDBKey.h"
namespace content {
diff --git a/content/common/indexed_db/indexed_db_key_path.cc b/content/common/indexed_db/indexed_db_key_path.cc
index b9200d7..079d5ee 100644
--- a/content/common/indexed_db/indexed_db_key_path.cc
+++ b/content/common/indexed_db/indexed_db_key_path.cc
@@ -5,8 +5,8 @@
#include "content/common/indexed_db/indexed_db_key_path.h"
#include "base/logging.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
+#include "third_party/WebKit/public/platform/WebString.h"
+#include "third_party/WebKit/public/platform/WebVector.h"
namespace content {
diff --git a/content/common/indexed_db/indexed_db_key_path.h b/content/common/indexed_db/indexed_db_key_path.h
index 9a6db70..5f188fd 100644
--- a/content/common/indexed_db/indexed_db_key_path.h
+++ b/content/common/indexed_db/indexed_db_key_path.h
@@ -10,7 +10,7 @@
#include "base/logging.h"
#include "base/string16.h"
#include "content/common/content_export.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBKeyPath.h"
+#include "third_party/WebKit/public/platform/WebIDBKeyPath.h"
namespace content {
diff --git a/content/common/indexed_db/indexed_db_key_range.h b/content/common/indexed_db/indexed_db_key_range.h
index 9f8684a..165168a 100644
--- a/content/common/indexed_db/indexed_db_key_range.h
+++ b/content/common/indexed_db/indexed_db_key_range.h
@@ -8,7 +8,7 @@
#include "base/basictypes.h"
#include "content/common/content_export.h"
#include "content/common/indexed_db/indexed_db_key.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBKeyRange.h"
+#include "third_party/WebKit/public/platform/WebIDBKeyRange.h"
namespace content {
diff --git a/content/common/indexed_db/indexed_db_messages.h b/content/common/indexed_db/indexed_db_messages.h
index 54c8403..34989cb 100644
--- a/content/common/indexed_db/indexed_db_messages.h
+++ b/content/common/indexed_db/indexed_db_messages.h
@@ -12,9 +12,9 @@
#include "content/common/indexed_db/indexed_db_param_traits.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_param_traits.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBCursor.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBDatabase.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIDBMetadata.h"
+#include "third_party/WebKit/public/platform/WebIDBCursor.h"
+#include "third_party/WebKit/public/platform/WebIDBDatabase.h"
+#include "third_party/WebKit/public/platform/WebIDBMetadata.h"
#define IPC_MESSAGE_START IndexedDBMsgStart
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 40dc6be..844ee5e 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -35,8 +35,8 @@
#include "media/audio/audio_parameters.h"
#include "media/base/channel_layout.h"
#include "media/base/media_log_event.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatRect.h"
+#include "third_party/WebKit/public/platform/WebFloatPoint.h"
+#include "third_party/WebKit/public/platform/WebFloatRect.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebCompositionUnderline.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayerAction.h"
diff --git a/content/common/webmessageportchannel_impl.cc b/content/common/webmessageportchannel_impl.cc
index 93e0232..3db2cf4 100644
--- a/content/common/webmessageportchannel_impl.cc
+++ b/content/common/webmessageportchannel_impl.cc
@@ -8,8 +8,8 @@
#include "content/common/child_process.h"
#include "content/common/child_thread.h"
#include "content/common/worker_messages.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMessagePortChannelClient.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
+#include "third_party/WebKit/public/platform/WebMessagePortChannelClient.h"
+#include "third_party/WebKit/public/platform/WebString.h"
using WebKit::WebMessagePortChannel;
using WebKit::WebMessagePortChannelArray;
diff --git a/content/common/webmessageportchannel_impl.h b/content/common/webmessageportchannel_impl.h
index ddf5757fe..2efd2b8 100644
--- a/content/common/webmessageportchannel_impl.h
+++ b/content/common/webmessageportchannel_impl.h
@@ -13,7 +13,7 @@
#include "base/string16.h"
#include "base/synchronization/lock.h"
#include "ipc/ipc_listener.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMessagePortChannel.h"
+#include "third_party/WebKit/public/platform/WebMessagePortChannel.h"
namespace content {