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/public | |
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/public')
-rw-r--r-- | content/public/common/serialized_script_value.cc | 4 | ||||
-rw-r--r-- | content/public/common/window_container_type.cc | 4 | ||||
-rw-r--r-- | content/public/renderer/document_state.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/content/public/common/serialized_script_value.cc b/content/public/common/serialized_script_value.cc index 880d045..92dbee6 100644 --- a/content/public/common/serialized_script_value.cc +++ b/content/public/common/serialized_script_value.cc @@ -4,8 +4,8 @@ #include "content/public/common/serialized_script_value.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" using WebKit::WebSerializedScriptValue; diff --git a/content/public/common/window_container_type.cc b/content/public/common/window_container_type.cc index d62a082..8673b3a 100644 --- a/content/public/common/window_container_type.cc +++ b/content/public/common/window_container_type.cc @@ -5,8 +5,8 @@ #include "content/public/common/window_container_type.h" #include "base/string_util.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebVector.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebWindowFeatures.h" namespace { diff --git a/content/public/renderer/document_state.h b/content/public/renderer/document_state.h index ee6fa58..e54c37a 100644 --- a/content/public/renderer/document_state.h +++ b/content/public/renderer/document_state.h @@ -12,7 +12,7 @@ #include "base/memory/scoped_ptr.h" #include "base/time.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDataSource.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLRequest.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLRequest.h" namespace webkit_glue { struct PasswordForm; |