diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:01:37 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:01:37 +0000 |
commit | e6e90dc066225d3114c5d7d8174198d9b4326493 (patch) | |
tree | 25dff77d1651d09ae1740ad89cb22ea891b97d5e /content/ppapi_plugin | |
parent | 3034b681ff22071df0cad6cace510b838d65d7cc (diff) | |
download | chromium_src-e6e90dc066225d3114c5d7d8174198d9b4326493.zip chromium_src-e6e90dc066225d3114c5d7d8174198d9b4326493.tar.gz chromium_src-e6e90dc066225d3114c5d7d8174198d9b4326493.tar.bz2 |
Update includes to new header locations
TBR=darin
Review URL: http://codereview.chromium.org/8788003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/ppapi_plugin')
-rw-r--r-- | content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc index 366f7e7..e6b3534 100644 --- a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc +++ b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.cc @@ -13,17 +13,17 @@ #include "content/common/child_process_messages.h" #include "content/common/child_thread.h" #include "ipc/ipc_sync_message_filter.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebSerializedScriptValue.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSerializedScriptValue.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" #if defined(OS_WIN) -#include "third_party/WebKit/Source/WebKit/chromium/public/win/WebSandboxSupport.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/win/WebSandboxSupport.h" #elif defined(OS_MACOSX) -#include "third_party/WebKit/Source/WebKit/chromium/public/mac/WebSandboxSupport.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/mac/WebSandboxSupport.h" #elif defined(OS_POSIX) #include "content/common/child_process_sandbox_support_impl_linux.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/linux/WebFontFamily.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/linux/WebSandboxSupport.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/linux/WebFontFamily.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/linux/WebSandboxSupport.h" #endif using WebKit::WebSandboxSupport; |