diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-05 03:16:00 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-05 03:16:00 +0000 |
commit | d67264c16bf6e0b6635bea1ca119f32e53beca61 (patch) | |
tree | cb1c6867bb24629008f0106b07f4428a2a793d96 /content | |
parent | fa1abc52afb97d5f5e02957107da501e7255ca3b (diff) | |
download | chromium_src-d67264c16bf6e0b6635bea1ca119f32e53beca61.zip chromium_src-d67264c16bf6e0b6635bea1ca119f32e53beca61.tar.gz chromium_src-d67264c16bf6e0b6635bea1ca119f32e53beca61.tar.bz2 |
Update some #includes in content/public/ for new Platform directory
Review URL: https://chromiumcodereview.appspot.com/11789002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/public/common/serialized_script_value.cc | 2 | ||||
-rw-r--r-- | content/public/common/window_container_type.cc | 4 | ||||
-rw-r--r-- | content/public/renderer/document_state.h | 2 | ||||
-rw-r--r-- | content/public/test/render_view_fake_resources_test.cc | 4 | ||||
-rw-r--r-- | content/public/test/render_view_test.cc | 2 | ||||
-rw-r--r-- | content/public/test/render_widget_test.cc | 4 |
6 files changed, 9 insertions, 9 deletions
diff --git a/content/public/common/serialized_script_value.cc b/content/public/common/serialized_script_value.cc index 92dbee6..cbdd6e1 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/Platform/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 0714f4e..f4446b7 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/platform/WebString.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.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/Source/WebKit/chromium/public/WebWindowFeatures.h" namespace { diff --git a/content/public/renderer/document_state.h b/content/public/renderer/document_state.h index a07f113..3168776 100644 --- a/content/public/renderer/document_state.h +++ b/content/public/renderer/document_state.h @@ -11,8 +11,8 @@ #include "base/memory/scoped_ptr.h" #include "base/time.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebReferrerPolicy.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebURLRequest.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDataSource.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLRequest.h" namespace webkit_glue { class AltErrorPageResourceFetcher; diff --git a/content/public/test/render_view_fake_resources_test.cc b/content/public/test/render_view_fake_resources_test.cc index 136cc25..846376f 100644 --- a/content/public/test/render_view_fake_resources_test.cc +++ b/content/public/test/render_view_fake_resources_test.cc @@ -21,10 +21,10 @@ #include "net/base/upload_data.h" #include "net/http/http_response_headers.h" #include "net/url_request/url_request_status.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebURLRequest.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLRequest.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" #include "webkit/dom_storage/dom_storage_types.h" #include "webkit/glue/glue_serialize.h" diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc index 7f8c5b1..c896057 100644 --- a/content/public/test/render_view_test.cc +++ b/content/public/test/render_view_test.cc @@ -12,6 +12,7 @@ #include "content/renderer/renderer_main_platform_delegate.h" #include "content/renderer/renderer_webkitplatformsupport_impl.h" #include "content/test/mock_render_process.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebURLRequest.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" @@ -19,7 +20,6 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebScreenInfo.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebScriptController.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebScriptSource.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLRequest.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" #include "ui/base/resource/resource_bundle.h" #include "webkit/dom_storage/dom_storage_types.h" diff --git a/content/public/test/render_widget_test.cc b/content/public/test/render_widget_test.cc index 04909b5..1b805c3 100644 --- a/content/public/test/render_widget_test.cc +++ b/content/public/test/render_widget_test.cc @@ -12,9 +12,9 @@ #include "content/common/view_messages.h" #include "content/renderer/render_view_impl.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/skia/include/core/SkBitmap.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebSize.h" +#include "third_party/WebKit/Source/Platform/chromium/public/WebSize.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" +#include "third_party/skia/include/core/SkBitmap.h" #include "ui/gfx/codec/jpeg_codec.h" #include "ui/gfx/size.h" #include "ui/surface/transport_dib.h" |