diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 18:07:44 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 18:07:44 +0000 |
commit | 87f3c08db2d46f838b64c90b1c86c1fad71c1ce4 (patch) | |
tree | 9d522eb76032f3679c187df8b531c7998a8b6ddf /content/browser/renderer_host | |
parent | 38343925f500f8e15cb2d1c9dc3dcc9f81b92bd0 (diff) | |
download | chromium_src-87f3c08db2d46f838b64c90b1c86c1fad71c1ce4.zip chromium_src-87f3c08db2d46f838b64c90b1c86c1fad71c1ce4.tar.gz chromium_src-87f3c08db2d46f838b64c90b1c86c1fad71c1ce4.tar.bz2 |
Move content_browser_client.h to public, and while at it, move
window_container_type.h as well since it is included by
content_browser_client.h
BUG=98716
TEST=it builds + existing tests
Review URL: http://codereview.chromium.org/8346017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/renderer_host')
14 files changed, 14 insertions, 14 deletions
diff --git a/content/browser/renderer_host/browser_render_process_host.cc b/content/browser/renderer_host/browser_render_process_host.cc index 0bc26f9..7711a50 100644 --- a/content/browser/renderer_host/browser_render_process_host.cc +++ b/content/browser/renderer_host/browser_render_process_host.cc @@ -33,7 +33,6 @@ #include "content/browser/browser_child_process_host.h" #include "content/browser/browser_context.h" #include "content/browser/child_process_security_policy.h" -#include "content/browser/content_browser_client.h" #include "content/browser/device_orientation/message_filter.h" #include "content/browser/download/mhtml_generation_manager.h" #include "content/browser/file_system/file_system_dispatcher_host.h" @@ -78,6 +77,7 @@ #include "content/common/resource_messages.h" #include "content/common/result_codes.h" #include "content/common/view_messages.h" +#include "content/public/browser/content_browser_client.h" #include "content/public/common/content_switches.h" #include "content/renderer/render_process_impl.h" #include "content/renderer/render_thread_impl.h" diff --git a/content/browser/renderer_host/buffered_resource_handler.cc b/content/browser/renderer_host/buffered_resource_handler.cc index 9002bfc..bda2a4c 100644 --- a/content/browser/renderer_host/buffered_resource_handler.cc +++ b/content/browser/renderer_host/buffered_resource_handler.cc @@ -11,7 +11,6 @@ #include "base/metrics/histogram.h" #include "base/string_util.h" #include "content/browser/browser_thread.h" -#include "content/browser/content_browser_client.h" #include "content/browser/download/download_resource_handler.h" #include "content/browser/plugin_service.h" #include "content/browser/renderer_host/resource_dispatcher_host.h" @@ -20,6 +19,7 @@ #include "content/browser/renderer_host/x509_user_cert_resource_handler.h" #include "content/browser/resource_context.h" #include "content/common/resource_response.h" +#include "content/public/browser/content_browser_client.h" #include "net/base/io_buffer.h" #include "net/base/mime_sniffer.h" #include "net/base/mime_util.h" diff --git a/content/browser/renderer_host/clipboard_message_filter.cc b/content/browser/renderer_host/clipboard_message_filter.cc index 7038283..f1193c1 100644 --- a/content/browser/renderer_host/clipboard_message_filter.cc +++ b/content/browser/renderer_host/clipboard_message_filter.cc @@ -12,8 +12,8 @@ #include "base/stl_util.h" #include "content/browser/clipboard_dispatcher.h" -#include "content/browser/content_browser_client.h" #include "content/common/clipboard_messages.h" +#include "content/public/browser/content_browser_client.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_message_macros.h" #include "third_party/skia/include/core/SkBitmap.h" diff --git a/content/browser/renderer_host/render_message_filter.cc b/content/browser/renderer_host/render_message_filter.cc index 9c1fb9d..1e67aba 100644 --- a/content/browser/renderer_host/render_message_filter.cc +++ b/content/browser/renderer_host/render_message_filter.cc @@ -16,7 +16,6 @@ #include "content/browser/browser_context.h" #include "content/browser/browser_thread.h" #include "content/browser/child_process_security_policy.h" -#include "content/browser/content_browser_client.h" #include "content/browser/download/download_stats.h" #include "content/browser/download/download_types.h" #include "content/browser/plugin_process_host.h" @@ -34,6 +33,7 @@ #include "content/common/desktop_notification_messages.h" #include "content/common/notification_service.h" #include "content/common/view_messages.h" +#include "content/public/browser/content_browser_client.h" #include "content/public/common/content_switches.h" #include "content/public/common/url_constants.h" #include "ipc/ipc_channel_handle.h" diff --git a/content/browser/renderer_host/render_process_host.cc b/content/browser/renderer_host/render_process_host.cc index d783884..1969e35 100644 --- a/content/browser/renderer_host/render_process_host.cc +++ b/content/browser/renderer_host/render_process_host.cc @@ -10,11 +10,11 @@ #include "content/browser/browser_main.h" #include "content/browser/browser_thread.h" #include "content/browser/child_process_security_policy.h" -#include "content/browser/content_browser_client.h" #include "content/browser/webui/web_ui_factory.h" #include "content/common/child_process_info.h" #include "content/common/content_constants.h" #include "content/common/notification_service.h" +#include "content/public/browser/content_browser_client.h" #include "content/public/browser/notification_types.h" #include "content/public/common/content_switches.h" diff --git a/content/browser/renderer_host/render_view_host.cc b/content/browser/renderer_host/render_view_host.cc index a562d54..9fda132 100644 --- a/content/browser/renderer_host/render_view_host.cc +++ b/content/browser/renderer_host/render_view_host.cc @@ -18,7 +18,6 @@ #include "content/browser/browser_context.h" #include "content/browser/browser_message_filter.h" #include "content/browser/child_process_security_policy.h" -#include "content/browser/content_browser_client.h" #include "content/browser/cross_site_request_manager.h" #include "content/browser/host_zoom_map.h" #include "content/browser/in_process_webkit/session_storage_namespace.h" @@ -37,6 +36,7 @@ #include "content/common/speech_input_messages.h" #include "content/common/swapped_out_messages.h" #include "content/common/view_messages.h" +#include "content/public/browser/content_browser_client.h" #include "content/public/browser/native_web_keyboard_event.h" #include "content/public/browser/notification_details.h" #include "content/public/browser/notification_types.h" diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h index 8947391..d731754 100644 --- a/content/browser/renderer_host/render_view_host.h +++ b/content/browser/renderer_host/render_view_host.h @@ -16,7 +16,7 @@ #include "base/process_util.h" #include "content/browser/renderer_host/render_widget_host.h" #include "content/common/content_export.h" -#include "content/common/window_container_type.h" +#include "content/public/common/window_container_type.h" #include "net/base/load_states.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h" diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h index b9962b6..e973874 100644 --- a/content/browser/renderer_host/render_view_host_delegate.h +++ b/content/browser/renderer_host/render_view_host_delegate.h @@ -16,8 +16,8 @@ #include "base/string16.h" #include "base/values.h" #include "content/common/content_export.h" -#include "content/common/window_container_type.h" #include "content/public/common/view_types.h" +#include "content/public/common/window_container_type.h" #include "ipc/ipc_channel.h" #include "net/base/load_states.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h" diff --git a/content/browser/renderer_host/render_widget_helper.h b/content/browser/renderer_host/render_widget_helper.h index cab0947..605a317 100644 --- a/content/browser/renderer_host/render_widget_helper.h +++ b/content/browser/renderer_host/render_widget_helper.h @@ -14,7 +14,7 @@ #include "base/process.h" #include "base/synchronization/lock.h" #include "base/synchronization/waitable_event.h" -#include "content/common/window_container_type.h" +#include "content/public/common/window_container_type.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/surface/transport_dib.h" diff --git a/content/browser/renderer_host/render_widget_host_unittest.cc b/content/browser/renderer_host/render_widget_host_unittest.cc index 8abb488..047e620 100644 --- a/content/browser/renderer_host/render_widget_host_unittest.cc +++ b/content/browser/renderer_host/render_widget_host_unittest.cc @@ -7,7 +7,6 @@ #include "base/shared_memory.h" #include "base/timer.h" #include "content/browser/browser_thread.h" -#include "content/browser/content_browser_client.h" #include "content/browser/renderer_host/backing_store.h" #include "content/browser/renderer_host/test_render_view_host.h" #include "content/common/view_messages.h" @@ -16,6 +15,7 @@ #include "content/public/browser/notification_registrar.h" #include "content/public/browser/notification_source.h" #include "content/public/browser/notification_types.h" +#include "content/public/browser/content_browser_client.h" #include "content/test/test_browser_context.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/base/keycodes/keyboard_codes.h" diff --git a/content/browser/renderer_host/render_widget_host_view_win.cc b/content/browser/renderer_host/render_widget_host_view_win.cc index 40de3ae..9087bb0 100644 --- a/content/browser/renderer_host/render_widget_host_view_win.cc +++ b/content/browser/renderer_host/render_widget_host_view_win.cc @@ -19,7 +19,6 @@ #include "content/browser/accessibility/browser_accessibility_state.h" #include "content/browser/accessibility/browser_accessibility_win.h" #include "content/browser/browser_thread.h" -#include "content/browser/content_browser_client.h" #include "content/browser/plugin_process_host.h" #include "content/browser/renderer_host/backing_store.h" #include "content/browser/renderer_host/backing_store_win.h" @@ -28,6 +27,7 @@ #include "content/common/notification_service.h" #include "content/common/plugin_messages.h" #include "content/common/view_messages.h" +#include "content/public/browser/content_browser_client.h" #include "content/public/browser/native_web_keyboard_event.h" #include "content/public/browser/notification_types.h" #include "content/public/common/content_switches.h" diff --git a/content/browser/renderer_host/resource_dispatcher_host.cc b/content/browser/renderer_host/resource_dispatcher_host.cc index 47418bc..e15bf14 100644 --- a/content/browser/renderer_host/resource_dispatcher_host.cc +++ b/content/browser/renderer_host/resource_dispatcher_host.cc @@ -24,7 +24,6 @@ #include "content/browser/cert_store.h" #include "content/browser/child_process_security_policy.h" #include "content/browser/chrome_blob_storage_context.h" -#include "content/browser/content_browser_client.h" #include "content/browser/cross_site_request_manager.h" #include "content/browser/download/download_file_manager.h" #include "content/browser/download/download_manager.h" @@ -55,6 +54,7 @@ #include "content/common/notification_service.h" #include "content/common/resource_messages.h" #include "content/common/view_messages.h" +#include "content/public/browser/content_browser_client.h" #include "content/public/common/content_switches.h" #include "content/public/common/url_constants.h" #include "net/base/auth.h" diff --git a/content/browser/renderer_host/socket_stream_dispatcher_host.cc b/content/browser/renderer_host/socket_stream_dispatcher_host.cc index a4f7961..25de8ad 100644 --- a/content/browser/renderer_host/socket_stream_dispatcher_host.cc +++ b/content/browser/renderer_host/socket_stream_dispatcher_host.cc @@ -5,11 +5,11 @@ #include "content/browser/renderer_host/socket_stream_dispatcher_host.h" #include "base/logging.h" -#include "content/browser/content_browser_client.h" #include "content/browser/renderer_host/socket_stream_host.h" #include "content/common/socket_stream.h" #include "content/common/socket_stream_messages.h" #include "content/common/resource_messages.h" +#include "content/public/browser/content_browser_client.h" #include "net/base/cookie_monster.h" #include "net/url_request/url_request_context_getter.h" #include "net/websockets/websocket_job.h" diff --git a/content/browser/renderer_host/x509_user_cert_resource_handler.cc b/content/browser/renderer_host/x509_user_cert_resource_handler.cc index 9ca003c..0af3b1d 100644 --- a/content/browser/renderer_host/x509_user_cert_resource_handler.cc +++ b/content/browser/renderer_host/x509_user_cert_resource_handler.cc @@ -5,11 +5,11 @@ #include "content/browser/renderer_host/x509_user_cert_resource_handler.h" #include "base/string_util.h" -#include "content/browser/content_browser_client.h" #include "content/browser/download/download_types.h" #include "content/browser/renderer_host/resource_dispatcher_host.h" #include "content/browser/renderer_host/resource_dispatcher_host_request_info.h" #include "content/common/resource_response.h" +#include "content/public/browser/content_browser_client.h" #include "net/base/io_buffer.h" #include "net/base/mime_sniffer.h" #include "net/base/mime_util.h" |