diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 21:18:58 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 21:18:58 +0000 |
commit | 707e1c46640eb5399c7dc328a6f9f29b6b0f735e (patch) | |
tree | 3a92ac828e55ce1ad79afbb2338233cb930f491e /content/browser | |
parent | df80961a3adc894a49c2a633c05570ea448eed05 (diff) | |
download | chromium_src-707e1c46640eb5399c7dc328a6f9f29b6b0f735e.zip chromium_src-707e1c46640eb5399c7dc328a6f9f29b6b0f735e.tar.gz chromium_src-707e1c46640eb5399c7dc328a6f9f29b6b0f735e.tar.bz2 |
content: Migrate from googleurl/ includes to url/ ones.
BUG=229660
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/18868005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser')
78 files changed, 81 insertions, 81 deletions
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h index 3dacb5b..2464706 100644 --- a/content/browser/android/content_view_core_impl.h +++ b/content/browser/android/content_view_core_impl.h @@ -19,10 +19,10 @@ #include "content/public/browser/android/content_view_core.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" -#include "googleurl/src/gurl.h" #include "third_party/WebKit/public/web/WebInputEvent.h" #include "ui/gfx/rect.h" #include "ui/gfx/rect_f.h" +#include "url/gurl.h" struct WebMenuItem; diff --git a/content/browser/android/download_controller_android_impl.h b/content/browser/android/download_controller_android_impl.h index c8a0ea2..db9b9cf 100644 --- a/content/browser/android/download_controller_android_impl.h +++ b/content/browser/android/download_controller_android_impl.h @@ -27,8 +27,8 @@ #include "base/memory/singleton.h" #include "content/public/browser/android/download_controller_android.h" #include "content/public/browser/download_item.h" -#include "googleurl/src/gurl.h" #include "net/cookies/cookie_monster.h" +#include "url/gurl.h" namespace net { class URLRequest; diff --git a/content/browser/android/load_url_params.cc b/content/browser/android/load_url_params.cc index c5e2966..57eff2d 100644 --- a/content/browser/android/load_url_params.cc +++ b/content/browser/android/load_url_params.cc @@ -9,8 +9,8 @@ #include "base/android/jni_string.h" #include "content/public/browser/navigation_controller.h" #include "content/public/common/url_constants.h" -#include "googleurl/src/gurl.h" #include "jni/LoadUrlParams_jni.h" +#include "url/gurl.h" namespace { diff --git a/content/browser/android/media_player_manager_impl.h b/content/browser/android/media_player_manager_impl.h index 41f7c06..98fcc42 100644 --- a/content/browser/android/media_player_manager_impl.h +++ b/content/browser/android/media_player_manager_impl.h @@ -16,11 +16,11 @@ #include "base/time/time.h" #include "content/browser/android/content_video_view.h" #include "content/public/browser/render_view_host_observer.h" -#include "googleurl/src/gurl.h" #include "media/base/android/demuxer_stream_player_params.h" #include "media/base/android/media_player_android.h" #include "media/base/android/media_player_manager.h" #include "ui/gfx/rect_f.h" +#include "url/gurl.h" namespace media { class MediaDrmBridge; diff --git a/content/browser/android/media_resource_getter_impl.cc b/content/browser/android/media_resource_getter_impl.cc index 00f92d6..4970310 100644 --- a/content/browser/android/media_resource_getter_impl.cc +++ b/content/browser/android/media_resource_getter_impl.cc @@ -15,12 +15,12 @@ #include "content/public/browser/browser_thread.h" #include "content/public/browser/content_browser_client.h" #include "content/public/common/content_client.h" -#include "googleurl/src/gurl.h" #include "jni/MediaResourceGetter_jni.h" #include "net/cookies/cookie_monster.h" #include "net/cookies/cookie_store.h" #include "net/url_request/url_request_context.h" #include "net/url_request/url_request_context_getter.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/android/web_contents_observer_android.h b/content/browser/android/web_contents_observer_android.h index 52f30da..35e5526 100644 --- a/content/browser/android/web_contents_observer_android.h +++ b/content/browser/android/web_contents_observer_android.h @@ -9,10 +9,10 @@ #include "base/android/jni_helper.h" #include "base/basictypes.h" +#include "content/browser/web_contents/web_contents_impl.h" #include "content/public/browser/web_contents_observer.h" #include "content/public/common/frame_navigate_params.h" -#include "content/browser/web_contents/web_contents_impl.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/browser_url_handler_impl.cc b/content/browser/browser_url_handler_impl.cc index 32c1b5e58..56efe6b 100644 --- a/content/browser/browser_url_handler_impl.cc +++ b/content/browser/browser_url_handler_impl.cc @@ -8,7 +8,7 @@ #include "content/browser/webui/web_ui_impl.h" #include "content/public/browser/content_browser_client.h" #include "content/public/common/url_constants.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/browser_url_handler_impl_unittest.cc b/content/browser/browser_url_handler_impl_unittest.cc index 9759178..4e8dc21 100644 --- a/content/browser/browser_url_handler_impl_unittest.cc +++ b/content/browser/browser_url_handler_impl_unittest.cc @@ -4,8 +4,8 @@ #include "content/browser/browser_url_handler_impl.h" #include "content/public/test/test_browser_context.h" -#include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/child_process_security_policy_impl.cc b/content/browser/child_process_security_policy_impl.cc index 3ddd5d5..c99ed07 100644 --- a/content/browser/child_process_security_policy_impl.cc +++ b/content/browser/child_process_security_policy_impl.cc @@ -17,9 +17,9 @@ #include "content/public/common/bindings_policy.h" #include "content/public/common/content_switches.h" #include "content/public/common/url_constants.h" -#include "googleurl/src/gurl.h" #include "net/base/net_util.h" #include "net/url_request/url_request.h" +#include "url/gurl.h" #include "webkit/browser/fileapi/file_permission_policy.h" #include "webkit/browser/fileapi/file_system_url.h" #include "webkit/browser/fileapi/isolated_context.h" diff --git a/content/browser/child_process_security_policy_unittest.cc b/content/browser/child_process_security_policy_unittest.cc index 4d0dc9d..55750bf 100644 --- a/content/browser/child_process_security_policy_unittest.cc +++ b/content/browser/child_process_security_policy_unittest.cc @@ -11,8 +11,8 @@ #include "content/browser/child_process_security_policy_impl.h" #include "content/public/common/url_constants.h" #include "content/test/test_content_browser_client.h" -#include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" namespace content { namespace { diff --git a/content/browser/devtools/devtools_http_handler_impl.cc b/content/browser/devtools/devtools_http_handler_impl.cc index cc07f0a..694f528 100644 --- a/content/browser/devtools/devtools_http_handler_impl.cc +++ b/content/browser/devtools/devtools_http_handler_impl.cc @@ -38,13 +38,13 @@ #include "content/public/browser/render_view_host.h" #include "content/public/common/content_client.h" #include "content/public/common/url_constants.h" -#include "googleurl/src/gurl.h" #include "grit/devtools_resources_map.h" #include "net/base/escape.h" #include "net/base/io_buffer.h" #include "net/base/ip_endpoint.h" #include "net/server/http_server_request_info.h" #include "ui/base/layout.h" +#include "url/gurl.h" #include "webkit/common/user_agent/user_agent.h" #include "webkit/common/user_agent/user_agent_util.h" diff --git a/content/browser/devtools/renderer_overrides_handler.cc b/content/browser/devtools/renderer_overrides_handler.cc index fa10624..b5c327b 100644 --- a/content/browser/devtools/renderer_overrides_handler.cc +++ b/content/browser/devtools/renderer_overrides_handler.cc @@ -25,8 +25,8 @@ #include "content/public/browser/web_contents_delegate.h" #include "content/public/common/page_transition_types.h" #include "content/public/common/referrer.h" -#include "googleurl/src/gurl.h" #include "ui/snapshot/snapshot.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/dom_storage/dom_storage_message_filter.cc b/content/browser/dom_storage/dom_storage_message_filter.cc index 537300e..8649ebe 100644 --- a/content/browser/dom_storage/dom_storage_message_filter.cc +++ b/content/browser/dom_storage/dom_storage_message_filter.cc @@ -12,7 +12,7 @@ #include "content/browser/dom_storage/dom_storage_context_impl.h" #include "content/common/dom_storage_messages.h" #include "content/public/browser/user_metrics.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" #include "webkit/browser/dom_storage/dom_storage_area.h" #include "webkit/browser/dom_storage/dom_storage_host.h" #include "webkit/browser/dom_storage/dom_storage_task_runner.h" diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h index 7b42669..9c1261c 100644 --- a/content/browser/download/base_file.h +++ b/content/browser/download/base_file.h @@ -14,10 +14,10 @@ #include "base/time/time.h" #include "content/common/content_export.h" #include "content/public/browser/download_interrupt_reasons.h" -#include "googleurl/src/gurl.h" #include "net/base/file_stream.h" #include "net/base/net_errors.h" #include "net/base/net_log.h" +#include "url/gurl.h" namespace crypto { class SecureHash; diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc index bc256ce..2cc7cfd 100644 --- a/content/browser/download/download_browsertest.cc +++ b/content/browser/download/download_browsertest.cc @@ -28,10 +28,10 @@ #include "content/test/content_browser_test_utils.h" #include "content/test/net/url_request_mock_http_job.h" #include "content/test/net/url_request_slow_download_job.h" -#include "googleurl/src/gurl.h" #include "net/test/spawned_test_server/spawned_test_server.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" using ::testing::_; using ::testing::AllOf; diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h index e602128..bc0897e 100644 --- a/content/browser/download/download_create_info.h +++ b/content/browser/download/download_create_info.h @@ -17,8 +17,8 @@ #include "content/public/browser/download_id.h" #include "content/public/browser/download_save_info.h" #include "content/public/common/page_transition_types.h" -#include "googleurl/src/gurl.h" #include "net/base/net_log.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/download/download_file_factory.h b/content/browser/download/download_file_factory.h index dc260ca..2600e3f 100644 --- a/content/browser/download/download_file_factory.h +++ b/content/browser/download/download_file_factory.h @@ -10,7 +10,7 @@ #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "content/common/content_export.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace net { class BoundNetLog; diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h index dc796d2..974d727 100644 --- a/content/browser/download/download_item_impl.h +++ b/content/browser/download/download_item_impl.h @@ -21,9 +21,9 @@ #include "content/public/browser/download_destination_observer.h" #include "content/public/browser/download_id.h" #include "content/public/browser/download_item.h" -#include "googleurl/src/gurl.h" #include "net/base/net_errors.h" #include "net/base/net_log.h" +#include "url/gurl.h" namespace content { class DownloadFile; diff --git a/content/browser/download/download_net_log_parameters.cc b/content/browser/download/download_net_log_parameters.cc index 4c204fe..0485cf2 100644 --- a/content/browser/download/download_net_log_parameters.cc +++ b/content/browser/download/download_net_log_parameters.cc @@ -10,8 +10,8 @@ #include "base/strings/string_number_conversions.h" #include "base/values.h" #include "content/public/browser/download_interrupt_reasons.h" -#include "googleurl/src/gurl.h" #include "net/base/net_errors.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/download/drag_download_file.h b/content/browser/download/drag_download_file.h index 2151d44..ec1857e 100644 --- a/content/browser/download/drag_download_file.h +++ b/content/browser/download/drag_download_file.h @@ -16,10 +16,10 @@ #include "content/public/browser/download_item.h" #include "content/public/browser/download_manager.h" #include "content/public/common/referrer.h" -#include "googleurl/src/gurl.h" #include "net/base/file_stream.h" #include "ui/base/dragdrop/download_file_interface.h" #include "ui/base/ui_export.h" +#include "url/gurl.h" namespace net { class FileStream; diff --git a/content/browser/download/drag_download_file_browsertest.cc b/content/browser/download/drag_download_file_browsertest.cc index e5de5df..fc35d6c 100644 --- a/content/browser/download/drag_download_file_browsertest.cc +++ b/content/browser/download/drag_download_file_browsertest.cc @@ -23,9 +23,9 @@ #include "content/test/content_browser_test_utils.h" #include "content/test/net/url_request_mock_http_job.h" #include "content/test/net/url_request_slow_download_job.h" -#include "googleurl/src/gurl.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" using testing::_; using testing::InvokeWithoutArgs; diff --git a/content/browser/download/drag_download_util.cc b/content/browser/download/drag_download_util.cc index 962023a..a5ff841 100644 --- a/content/browser/download/drag_download_util.cc +++ b/content/browser/download/drag_download_util.cc @@ -15,9 +15,9 @@ #include "base/strings/utf_string_conversions.h" #include "base/threading/thread_restrictions.h" #include "content/public/browser/browser_thread.h" -#include "googleurl/src/gurl.h" #include "net/base/file_stream.h" #include "net/base/net_errors.h" +#include "url/gurl.h" using net::FileStream; diff --git a/content/browser/download/file_metadata_linux.cc b/content/browser/download/file_metadata_linux.cc index 73f66d7..894acb8 100644 --- a/content/browser/download/file_metadata_linux.cc +++ b/content/browser/download/file_metadata_linux.cc @@ -10,7 +10,7 @@ #include "base/file_util.h" #include "base/files/file_path.h" #include "base/logging.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/download/file_metadata_mac.mm b/content/browser/download/file_metadata_mac.mm index 1bdec1f..fc0556e 100644 --- a/content/browser/download/file_metadata_mac.mm +++ b/content/browser/download/file_metadata_mac.mm @@ -12,7 +12,7 @@ #include "base/mac/mac_logging.h" #include "base/mac/mac_util.h" #include "base/mac/scoped_cftyperef.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/download/file_metadata_unittest_linux.cc b/content/browser/download/file_metadata_unittest_linux.cc index 504f130..bc8666e 100644 --- a/content/browser/download/file_metadata_unittest_linux.cc +++ b/content/browser/download/file_metadata_unittest_linux.cc @@ -16,8 +16,8 @@ #include "base/logging.h" #include "base/strings/string_split.h" #include "content/browser/download/file_metadata_linux.h" -#include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" namespace content { namespace { diff --git a/content/browser/download/save_file_manager.cc b/content/browser/download/save_file_manager.cc index 3abcd83..36ba5a1 100644 --- a/content/browser/download/save_file_manager.cc +++ b/content/browser/download/save_file_manager.cc @@ -18,9 +18,9 @@ #include "content/browser/renderer_host/render_view_host_impl.h" #include "content/browser/web_contents/web_contents_impl.h" #include "content/public/browser/browser_thread.h" -#include "googleurl/src/gurl.h" #include "net/base/io_buffer.h" #include "net/base/net_util.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/download/save_file_resource_handler.h b/content/browser/download/save_file_resource_handler.h index 7647013..8dad4f8 100644 --- a/content/browser/download/save_file_resource_handler.h +++ b/content/browser/download/save_file_resource_handler.h @@ -9,7 +9,7 @@ #include "base/memory/ref_counted.h" #include "content/browser/loader/resource_handler.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { class SaveFileManager; diff --git a/content/browser/download/save_item.h b/content/browser/download/save_item.h index 106126f..d7cbb4f 100644 --- a/content/browser/download/save_item.h +++ b/content/browser/download/save_item.h @@ -9,7 +9,7 @@ #include "base/files/file_path.h" #include "content/browser/download/save_types.h" #include "content/public/common/referrer.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { class SavePackage; diff --git a/content/browser/download/save_package.h b/content/browser/download/save_package.h index 7510883..2d50666 100644 --- a/content/browser/download/save_package.h +++ b/content/browser/download/save_package.h @@ -23,7 +23,7 @@ #include "content/public/browser/save_page_type.h" #include "content/public/browser/web_contents_observer.h" #include "content/public/common/referrer.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" class GURL; diff --git a/content/browser/download/save_package_unittest.cc b/content/browser/download/save_package_unittest.cc index 5cda635..9c8f29f 100644 --- a/content/browser/download/save_package_unittest.cc +++ b/content/browser/download/save_package_unittest.cc @@ -13,8 +13,8 @@ #include "content/browser/renderer_host/test_render_view_host.h" #include "content/test/net/url_request_mock_http_job.h" #include "content/test/test_web_contents.h" -#include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/download/save_types.h b/content/browser/download/save_types.h index 5f60e1e..dcdebb4 100644 --- a/content/browser/download/save_types.h +++ b/content/browser/download/save_types.h @@ -11,7 +11,7 @@ #include "base/basictypes.h" #include "base/files/file_path.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { typedef std::vector<std::pair<int, base::FilePath> > FinalNameList; diff --git a/content/browser/fileapi/fileapi_message_filter.cc b/content/browser/fileapi/fileapi_message_filter.cc index 5d1db3b..63a50a1 100644 --- a/content/browser/fileapi/fileapi_message_filter.cc +++ b/content/browser/fileapi/fileapi_message_filter.cc @@ -20,11 +20,11 @@ #include "content/common/fileapi/file_system_messages.h" #include "content/common/fileapi/webblob_messages.h" #include "content/public/browser/user_metrics.h" -#include "googleurl/src/gurl.h" #include "ipc/ipc_platform_file.h" #include "net/base/mime_util.h" #include "net/url_request/url_request_context.h" #include "net/url_request/url_request_context_getter.h" +#include "url/gurl.h" #include "webkit/browser/blob/blob_storage_controller.h" #include "webkit/browser/fileapi/file_observers.h" #include "webkit/browser/fileapi/file_permission_policy.h" diff --git a/content/browser/geolocation/location_arbitrator_impl.cc b/content/browser/geolocation/location_arbitrator_impl.cc index 2796315..45bdfdb 100644 --- a/content/browser/geolocation/location_arbitrator_impl.cc +++ b/content/browser/geolocation/location_arbitrator_impl.cc @@ -12,7 +12,7 @@ #include "content/public/browser/access_token_store.h" #include "content/public/browser/content_browser_client.h" #include "content/public/common/content_client.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { namespace { diff --git a/content/browser/geolocation/network_location_request.h b/content/browser/geolocation/network_location_request.h index 4fc564a..36e843b 100644 --- a/content/browser/geolocation/network_location_request.h +++ b/content/browser/geolocation/network_location_request.h @@ -10,8 +10,8 @@ #include "base/memory/scoped_ptr.h" #include "content/browser/geolocation/device_data_provider.h" #include "content/common/content_export.h" -#include "googleurl/src/gurl.h" #include "net/url_request/url_fetcher_delegate.h" +#include "url/gurl.h" namespace net { class URLFetcher; diff --git a/content/browser/gpu/gpu_data_manager_impl_private_unittest.cc b/content/browser/gpu/gpu_data_manager_impl_private_unittest.cc index 7253954..103d122 100644 --- a/content/browser/gpu/gpu_data_manager_impl_private_unittest.cc +++ b/content/browser/gpu/gpu_data_manager_impl_private_unittest.cc @@ -10,9 +10,9 @@ #include "content/public/browser/gpu_data_manager_observer.h" #include "content/public/common/gpu_feature_type.h" #include "content/public/common/gpu_info.h" -#include "googleurl/src/gurl.h" #include "gpu/command_buffer/service/gpu_switches.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" #define LONG_STRING_CONST(...) #__VA_ARGS__ diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h index e835d02..7b2f6a8 100644 --- a/content/browser/gpu/gpu_process_host.h +++ b/content/browser/gpu/gpu_process_host.h @@ -21,13 +21,13 @@ #include "content/common/gpu/gpu_process_launch_causes.h" #include "content/public/browser/browser_child_process_host_delegate.h" #include "content/public/browser/gpu_data_manager.h" -#include "googleurl/src/gurl.h" #include "gpu/command_buffer/common/constants.h" #include "gpu/config/gpu_info.h" #include "ipc/ipc_channel_proxy.h" #include "ipc/ipc_sender.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/size.h" +#include "url/gurl.h" struct GPUCreateCommandBufferConfig; struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params; diff --git a/content/browser/histogram_internals_request_job.cc b/content/browser/histogram_internals_request_job.cc index 69f35dd..dc387bf 100644 --- a/content/browser/histogram_internals_request_job.cc +++ b/content/browser/histogram_internals_request_job.cc @@ -7,10 +7,10 @@ #include "base/metrics/histogram.h" #include "base/metrics/statistics_recorder.h" #include "content/browser/histogram_synchronizer.h" -#include "googleurl/src/gurl.h" #include "net/base/escape.h" #include "net/base/net_errors.h" #include "net/url_request/url_request.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/indexed_db/indexed_db_backing_store_unittest.cc b/content/browser/indexed_db/indexed_db_backing_store_unittest.cc index 2a49de4f..721251b 100644 --- a/content/browser/indexed_db/indexed_db_backing_store_unittest.cc +++ b/content/browser/indexed_db/indexed_db_backing_store_unittest.cc @@ -11,8 +11,8 @@ #include "base/strings/utf_string_conversions.h" #include "content/browser/indexed_db/indexed_db_factory.h" #include "content/browser/indexed_db/indexed_db_leveldb_coding.h" -#include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" #include "webkit/common/database/database_identifier.h" using WebKit::WebIDBKey; diff --git a/content/browser/indexed_db/indexed_db_callbacks.h b/content/browser/indexed_db/indexed_db_callbacks.h index b324159..b40efa0 100644 --- a/content/browser/indexed_db/indexed_db_callbacks.h +++ b/content/browser/indexed_db/indexed_db_callbacks.h @@ -17,8 +17,8 @@ #include "content/browser/indexed_db/indexed_db_dispatcher_host.h" #include "content/common/indexed_db/indexed_db_key.h" #include "content/common/indexed_db/indexed_db_key_path.h" -#include "googleurl/src/gurl.h" #include "third_party/WebKit/public/platform/WebIDBCallbacks.h" +#include "url/gurl.h" namespace content { class IndexedDBConnection; diff --git a/content/browser/indexed_db/indexed_db_context_impl.h b/content/browser/indexed_db/indexed_db_context_impl.h index d13da25..d1ecff8 100644 --- a/content/browser/indexed_db/indexed_db_context_impl.h +++ b/content/browser/indexed_db/indexed_db_context_impl.h @@ -16,7 +16,7 @@ #include "content/browser/browser_main_loop.h" #include "content/browser/indexed_db/indexed_db_factory.h" #include "content/public/browser/indexed_db_context.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" #include "webkit/common/quota/quota_types.h" class GURL; diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.cc b/content/browser/indexed_db/indexed_db_dispatcher_host.cc index ee7070b..9a39add 100644 --- a/content/browser/indexed_db/indexed_db_dispatcher_host.cc +++ b/content/browser/indexed_db/indexed_db_dispatcher_host.cc @@ -24,8 +24,8 @@ #include "content/public/browser/user_metrics.h" #include "content/public/common/content_switches.h" #include "content/public/common/result_codes.h" -#include "googleurl/src/gurl.h" #include "third_party/WebKit/public/platform/WebIDBDatabaseException.h" +#include "url/gurl.h" #include "webkit/browser/database/database_util.h" #include "webkit/common/database/database_identifier.h" diff --git a/content/browser/loader/async_resource_handler.h b/content/browser/loader/async_resource_handler.h index 0a690b0..5f36112 100644 --- a/content/browser/loader/async_resource_handler.h +++ b/content/browser/loader/async_resource_handler.h @@ -10,7 +10,7 @@ #include "base/memory/ref_counted.h" #include "content/browser/loader/resource_handler.h" #include "content/browser/loader/resource_message_delegate.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace net { class URLRequest; diff --git a/content/browser/loader/certificate_resource_handler.h b/content/browser/loader/certificate_resource_handler.h index 428063a..b1bd8f4 100644 --- a/content/browser/loader/certificate_resource_handler.h +++ b/content/browser/loader/certificate_resource_handler.h @@ -13,8 +13,8 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "content/browser/loader/resource_handler.h" -#include "googleurl/src/gurl.h" #include "net/base/mime_util.h" +#include "url/gurl.h" namespace net { class IOBuffer; diff --git a/content/browser/loader/stream_resource_handler.h b/content/browser/loader/stream_resource_handler.h index 0f18f01..ce540578 100644 --- a/content/browser/loader/stream_resource_handler.h +++ b/content/browser/loader/stream_resource_handler.h @@ -9,7 +9,7 @@ #include "base/memory/scoped_ptr.h" #include "content/browser/loader/resource_handler.h" #include "content/browser/streams/stream_write_observer.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace net { class URLRequest; diff --git a/content/browser/loader/throttling_resource_handler.h b/content/browser/loader/throttling_resource_handler.h index de125b5..2661cdd 100644 --- a/content/browser/loader/throttling_resource_handler.h +++ b/content/browser/loader/throttling_resource_handler.h @@ -9,7 +9,7 @@ #include "base/memory/scoped_vector.h" #include "content/browser/loader/layered_resource_handler.h" #include "content/public/browser/resource_controller.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/loader/upload_data_stream_builder_unittest.cc b/content/browser/loader/upload_data_stream_builder_unittest.cc index 2aa7bb8..b890ebc 100644 --- a/content/browser/loader/upload_data_stream_builder_unittest.cc +++ b/content/browser/loader/upload_data_stream_builder_unittest.cc @@ -11,11 +11,11 @@ #include "base/message_loop.h" #include "base/message_loop/message_loop_proxy.h" #include "base/time/time.h" -#include "googleurl/src/gurl.h" #include "net/base/upload_bytes_element_reader.h" #include "net/base/upload_data_stream.h" #include "net/base/upload_file_element_reader.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" #include "webkit/browser/blob/blob_storage_controller.h" #include "webkit/common/resource_request_body.h" diff --git a/content/browser/media/webrtc_identity_store.cc b/content/browser/media/webrtc_identity_store.cc index 17827cb..ee19f1e 100644 --- a/content/browser/media/webrtc_identity_store.cc +++ b/content/browser/media/webrtc_identity_store.cc @@ -11,9 +11,9 @@ #include "base/threading/worker_pool.h" #include "content/public/browser/browser_thread.h" #include "crypto/rsa_private_key.h" -#include "googleurl/src/gurl.h" #include "net/base/net_errors.h" #include "net/cert/x509_util.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/media/webrtc_identity_store_unittest.cc b/content/browser/media/webrtc_identity_store_unittest.cc index f8cd6c7..a975dd4 100644 --- a/content/browser/media/webrtc_identity_store_unittest.cc +++ b/content/browser/media/webrtc_identity_store_unittest.cc @@ -8,9 +8,9 @@ #include "content/browser/media/webrtc_identity_store.h" #include "content/public/test/test_browser_thread_bundle.h" #include "content/public/test/test_utils.h" -#include "googleurl/src/gurl.h" #include "net/base/net_errors.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/net/sqlite_persistent_cookie_store.cc b/content/browser/net/sqlite_persistent_cookie_store.cc index d74e60d..fe7a147 100644 --- a/content/browser/net/sqlite_persistent_cookie_store.cc +++ b/content/browser/net/sqlite_persistent_cookie_store.cc @@ -28,7 +28,6 @@ #include "base/time/time.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/cookie_store_factory.h" -#include "googleurl/src/gurl.h" #include "net/base/registry_controlled_domains/registry_controlled_domain.h" #include "net/cookies/canonical_cookie.h" #include "net/cookies/cookie_constants.h" @@ -38,6 +37,7 @@ #include "sql/statement.h" #include "sql/transaction.h" #include "third_party/sqlite/sqlite3.h" +#include "url/gurl.h" #include "webkit/browser/quota/special_storage_policy.h" using base::Time; diff --git a/content/browser/net/sqlite_persistent_cookie_store_perftest.cc b/content/browser/net/sqlite_persistent_cookie_store_perftest.cc index 89d33e5..4f62706 100644 --- a/content/browser/net/sqlite_persistent_cookie_store_perftest.cc +++ b/content/browser/net/sqlite_persistent_cookie_store_perftest.cc @@ -13,10 +13,10 @@ #include "base/synchronization/waitable_event.h" #include "base/test/sequenced_worker_pool_owner.h" #include "base/threading/sequenced_worker_pool.h" -#include "googleurl/src/gurl.h" #include "net/cookies/canonical_cookie.h" #include "net/cookies/cookie_constants.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/net/sqlite_persistent_cookie_store_unittest.cc b/content/browser/net/sqlite_persistent_cookie_store_unittest.cc index b3abee7..2d01478 100644 --- a/content/browser/net/sqlite_persistent_cookie_store_unittest.cc +++ b/content/browser/net/sqlite_persistent_cookie_store_unittest.cc @@ -19,12 +19,12 @@ #include "base/test/sequenced_worker_pool_owner.h" #include "base/threading/sequenced_worker_pool.h" #include "base/time/time.h" -#include "googleurl/src/gurl.h" #include "net/cookies/canonical_cookie.h" #include "net/cookies/cookie_constants.h" #include "sql/connection.h" #include "sql/meta_table.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h index 1079a1f..3349672 100644 --- a/content/browser/plugin_service_impl.h +++ b/content/browser/plugin_service_impl.h @@ -24,8 +24,8 @@ #include "content/browser/ppapi_plugin_process_host.h" #include "content/common/content_export.h" #include "content/public/browser/plugin_service.h" -#include "googleurl/src/gurl.h" #include "ipc/ipc_channel_handle.h" +#include "url/gurl.h" #if defined(OS_WIN) #include "base/memory/scoped_ptr.h" diff --git a/content/browser/renderer_host/clipboard_message_filter.cc b/content/browser/renderer_host/clipboard_message_filter.cc index 6935aba..1d4a851 100644 --- a/content/browser/renderer_host/clipboard_message_filter.cc +++ b/content/browser/renderer_host/clipboard_message_filter.cc @@ -9,12 +9,12 @@ #include "base/stl_util.h" #include "content/common/clipboard_messages.h" #include "content/public/browser/browser_context.h" -#include "googleurl/src/gurl.h" #include "ipc/ipc_message_macros.h" #include "third_party/skia/include/core/SkBitmap.h" #include "third_party/zlib/zlib.h" #include "ui/gfx/codec/png_codec.h" #include "ui/gfx/size.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/renderer_host/media/media_stream_dispatcher_host.cc b/content/browser/renderer_host/media/media_stream_dispatcher_host.cc index 1343666..abd4cd3 100644 --- a/content/browser/renderer_host/media/media_stream_dispatcher_host.cc +++ b/content/browser/renderer_host/media/media_stream_dispatcher_host.cc @@ -8,7 +8,7 @@ #include "content/browser/renderer_host/media/web_contents_capture_util.h" #include "content/common/media/media_stream_messages.h" #include "content/common/media/media_stream_options.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/renderer_host/media/media_stream_manager.cc b/content/browser/renderer_host/media/media_stream_manager.cc index 981d6bc..3547f3b 100644 --- a/content/browser/renderer_host/media/media_stream_manager.cc +++ b/content/browser/renderer_host/media/media_stream_manager.cc @@ -23,10 +23,10 @@ #include "content/public/browser/media_request_state.h" #include "content/public/common/content_switches.h" #include "content/public/common/media_stream_request.h" -#include "googleurl/src/gurl.h" #include "media/audio/audio_manager_base.h" #include "media/audio/audio_parameters.h" #include "media/base/channel_layout.h" +#include "url/gurl.h" #if defined(OS_WIN) #include "base/win/scoped_com_initializer.h" diff --git a/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h b/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h index 63e733f..61db917 100644 --- a/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h +++ b/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h @@ -7,10 +7,10 @@ #include "base/basictypes.h" #include "base/memory/weak_ptr.h" -#include "googleurl/src/gurl.h" #include "ppapi/c/pp_file_info.h" #include "ppapi/host/host_message_context.h" #include "ppapi/host/resource_host.h" +#include "url/gurl.h" #include "webkit/browser/fileapi/file_system_context.h" #include "webkit/common/fileapi/file_system_types.h" diff --git a/content/browser/renderer_host/quota_dispatcher_host.cc b/content/browser/renderer_host/quota_dispatcher_host.cc index 4bc3875..b634820 100644 --- a/content/browser/renderer_host/quota_dispatcher_host.cc +++ b/content/browser/renderer_host/quota_dispatcher_host.cc @@ -8,8 +8,8 @@ #include "base/memory/weak_ptr.h" #include "content/common/quota_messages.h" #include "content/public/browser/quota_permission_context.h" -#include "googleurl/src/gurl.h" #include "net/base/net_util.h" +#include "url/gurl.h" #include "webkit/browser/quota/quota_manager.h" using quota::QuotaClient; diff --git a/content/browser/renderer_host/render_view_host_delegate.cc b/content/browser/renderer_host/render_view_host_delegate.cc index 0df7186..f340a46 100644 --- a/content/browser/renderer_host/render_view_host_delegate.cc +++ b/content/browser/renderer_host/render_view_host_delegate.cc @@ -4,7 +4,7 @@ #include "content/browser/renderer_host/render_view_host_delegate.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" #include "webkit/common/webpreferences.h" namespace content { diff --git a/content/browser/resolve_proxy_msg_helper.h b/content/browser/resolve_proxy_msg_helper.h index 8dd45eb..a55e669 100644 --- a/content/browser/resolve_proxy_msg_helper.h +++ b/content/browser/resolve_proxy_msg_helper.h @@ -11,9 +11,9 @@ #include "base/memory/ref_counted.h" #include "content/common/content_export.h" #include "content/public/browser/browser_message_filter.h" -#include "googleurl/src/gurl.h" #include "net/base/completion_callback.h" #include "net/proxy/proxy_service.h" +#include "url/gurl.h" namespace net { class URLRequestContextGetter; diff --git a/content/browser/safe_util_win.cc b/content/browser/safe_util_win.cc index 71afa13..2dce2ca 100644 --- a/content/browser/safe_util_win.cc +++ b/content/browser/safe_util_win.cc @@ -13,8 +13,8 @@ #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" #include "base/win/scoped_comptr.h" -#include "googleurl/src/gurl.h" #include "ui/base/win/shell.h" +#include "url/gurl.h" namespace content { namespace { diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h index bd5f9c8..b195d09 100644 --- a/content/browser/site_instance_impl.h +++ b/content/browser/site_instance_impl.h @@ -10,7 +10,7 @@ #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" #include "content/public/browser/site_instance.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { class RenderProcessHostFactory; diff --git a/content/browser/site_instance_impl_unittest.cc b/content/browser/site_instance_impl_unittest.cc index c8c676e..d61c70b 100644 --- a/content/browser/site_instance_impl_unittest.cc +++ b/content/browser/site_instance_impl_unittest.cc @@ -26,8 +26,8 @@ #include "content/public/test/test_browser_thread.h" #include "content/test/test_content_browser_client.h" #include "content/test/test_content_client.h" -#include "googleurl/src/url_util.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/url_util.h" namespace content { namespace { diff --git a/content/browser/ssl/ssl_error_handler.h b/content/browser/ssl/ssl_error_handler.h index aa301ae..e7345e2 100644 --- a/content/browser/ssl/ssl_error_handler.h +++ b/content/browser/ssl/ssl_error_handler.h @@ -12,7 +12,7 @@ #include "base/memory/weak_ptr.h" #include "content/common/content_export.h" #include "content/public/browser/global_request_id.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" #include "webkit/glue/resource_type.h" namespace net { diff --git a/content/browser/ssl/ssl_manager.h b/content/browser/ssl/ssl_manager.h index 0ccedb2..6c80edd 100644 --- a/content/browser/ssl/ssl_manager.h +++ b/content/browser/ssl/ssl_manager.h @@ -10,15 +10,15 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" -#include "content/browser/ssl/ssl_policy_backend.h" #include "content/browser/ssl/ssl_error_handler.h" +#include "content/browser/ssl/ssl_policy_backend.h" #include "content/common/content_export.h" #include "content/public/browser/global_request_id.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" -#include "googleurl/src/gurl.h" -#include "net/cert/cert_status_flags.h" #include "net/base/net_errors.h" +#include "net/cert/cert_status_flags.h" +#include "url/gurl.h" namespace net { class SSLInfo; diff --git a/content/browser/ssl/ssl_request_info.h b/content/browser/ssl/ssl_request_info.h index d5971ed..7f27b4b 100644 --- a/content/browser/ssl/ssl_request_info.h +++ b/content/browser/ssl/ssl_request_info.h @@ -8,8 +8,8 @@ #include <string> #include "base/memory/ref_counted.h" -#include "googleurl/src/gurl.h" #include "net/cert/cert_status_flags.h" +#include "url/gurl.h" #include "webkit/glue/resource_type.h" namespace content { diff --git a/content/browser/streams/stream.h b/content/browser/streams/stream.h index 3823262..912e437 100644 --- a/content/browser/streams/stream.h +++ b/content/browser/streams/stream.h @@ -10,7 +10,7 @@ #include "base/memory/weak_ptr.h" #include "content/browser/byte_stream.h" #include "content/common/content_export.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace net { class IOBuffer; diff --git a/content/browser/streams/stream_registry.h b/content/browser/streams/stream_registry.h index eaab7ef..e75c97c 100644 --- a/content/browser/streams/stream_registry.h +++ b/content/browser/streams/stream_registry.h @@ -11,7 +11,7 @@ #include "base/memory/ref_counted.h" #include "base/threading/non_thread_safe.h" #include "content/common/content_export.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/web_contents/debug_urls.cc b/content/browser/web_contents/debug_urls.cc index d11e2f5..b554eca 100644 --- a/content/browser/web_contents/debug_urls.cc +++ b/content/browser/web_contents/debug_urls.cc @@ -11,8 +11,8 @@ #include "content/browser/ppapi_plugin_process_host.h" #include "content/public/browser/browser_thread.h" #include "content/public/common/url_constants.h" -#include "googleurl/src/gurl.h" #include "ppapi/proxy/ppapi_messages.h" +#include "url/gurl.h" #include "webkit/plugins/plugin_constants.h" namespace content { diff --git a/content/browser/web_contents/frame_tree_node.h b/content/browser/web_contents/frame_tree_node.h index 5bd3f1b..38a0032 100644 --- a/content/browser/web_contents/frame_tree_node.h +++ b/content/browser/web_contents/frame_tree_node.h @@ -10,7 +10,7 @@ #include "base/basictypes.h" #include "content/common/content_export.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/web_contents/interstitial_page_impl.h b/content/browser/web_contents/interstitial_page_impl.h index bfb1e22..be4bd8c 100644 --- a/content/browser/web_contents/interstitial_page_impl.h +++ b/content/browser/web_contents/interstitial_page_impl.h @@ -16,7 +16,7 @@ #include "content/public/browser/notification_registrar.h" #include "content/public/browser/web_contents_observer.h" #include "content/public/common/renderer_preferences.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { class NavigationEntry; diff --git a/content/browser/web_contents/web_drag_dest_win.cc b/content/browser/web_contents/web_drag_dest_win.cc index af0e724..60f0c05 100644 --- a/content/browser/web_contents/web_drag_dest_win.cc +++ b/content/browser/web_contents/web_drag_dest_win.cc @@ -14,7 +14,6 @@ #include "content/public/browser/web_contents_delegate.h" #include "content/public/browser/web_drag_dest_delegate.h" #include "content/public/common/drop_data.h" -#include "googleurl/src/gurl.h" #include "net/base/net_util.h" #include "third_party/WebKit/public/web/WebInputEvent.h" #include "ui/base/clipboard/clipboard_util_win.h" @@ -22,6 +21,7 @@ #include "ui/base/dragdrop/os_exchange_data_provider_win.h" #include "ui/base/window_open_disposition.h" #include "ui/gfx/point.h" +#include "url/gurl.h" using WebKit::WebDragOperationNone; using WebKit::WebDragOperationCopy; diff --git a/content/browser/web_contents/web_drag_source_gtk.h b/content/browser/web_contents/web_drag_source_gtk.h index f7954cd..eef8d73 100644 --- a/content/browser/web_contents/web_drag_source_gtk.h +++ b/content/browser/web_contents/web_drag_source_gtk.h @@ -13,12 +13,12 @@ #include "base/strings/string16.h" #include "content/common/content_export.h" #include "content/public/browser/web_contents.h" -#include "googleurl/src/gurl.h" #include "third_party/WebKit/public/web/WebDragOperation.h" #include "ui/base/gtk/gtk_signal.h" #include "ui/base/gtk/gtk_signal_registrar.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/vector2d.h" +#include "url/gurl.h" class SkBitmap; diff --git a/content/browser/web_contents/web_drag_source_mac.h b/content/browser/web_contents/web_drag_source_mac.h index 0c9b951..4b18953 100644 --- a/content/browser/web_contents/web_drag_source_mac.h +++ b/content/browser/web_contents/web_drag_source_mac.h @@ -9,7 +9,7 @@ #include "base/mac/scoped_nsobject.h" #include "base/memory/scoped_ptr.h" #include "content/common/content_export.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { class WebContentsImpl; diff --git a/content/browser/web_contents/web_drag_source_mac_unittest.mm b/content/browser/web_contents/web_drag_source_mac_unittest.mm index 7b21080..1b58319 100644 --- a/content/browser/web_contents/web_drag_source_mac_unittest.mm +++ b/content/browser/web_contents/web_drag_source_mac_unittest.mm @@ -7,8 +7,8 @@ #include "content/browser/web_contents/web_contents_impl.h" #include "content/public/common/drop_data.h" #include "content/public/test/test_renderer_host.h" -#include "googleurl/src/gurl.h" #include "testing/gtest/include/gtest/gtest.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/webui/url_data_manager_backend.cc b/content/browser/webui/url_data_manager_backend.cc index 1604584..fed6e6a 100644 --- a/content/browser/webui/url_data_manager_backend.cc +++ b/content/browser/webui/url_data_manager_backend.cc @@ -30,7 +30,6 @@ #include "content/public/browser/render_process_host.h" #include "content/public/browser/resource_request_info.h" #include "content/public/common/url_constants.h" -#include "googleurl/src/url_util.h" #include "net/base/io_buffer.h" #include "net/base/net_errors.h" #include "net/http/http_response_headers.h" @@ -39,6 +38,7 @@ #include "net/url_request/url_request_context.h" #include "net/url_request/url_request_job.h" #include "net/url_request/url_request_job_factory.h" +#include "url/url_util.h" #include "webkit/browser/appcache/view_appcache_internals_job.h" using appcache::AppCacheService; diff --git a/content/browser/webui/web_ui_controller_factory_registry.cc b/content/browser/webui/web_ui_controller_factory_registry.cc index 32220ac..675bd8f 100644 --- a/content/browser/webui/web_ui_controller_factory_registry.cc +++ b/content/browser/webui/web_ui_controller_factory_registry.cc @@ -6,7 +6,7 @@ #include "base/lazy_instance.h" #include "content/public/common/url_constants.h" -#include "googleurl/src/gurl.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/worker_host/test/worker_browsertest.cc b/content/browser/worker_host/test/worker_browsertest.cc index 8adbec2..ca87c5d0 100644 --- a/content/browser/worker_host/test/worker_browsertest.cc +++ b/content/browser/worker_host/test/worker_browsertest.cc @@ -22,9 +22,9 @@ #include "content/shell/shell_resource_dispatcher_host_delegate.h" #include "content/test/content_browser_test.h" #include "content/test/content_browser_test_utils.h" -#include "googleurl/src/gurl.h" #include "net/base/test_data_directory.h" #include "net/test/spawned_test_server/spawned_test_server.h" +#include "url/gurl.h" namespace content { diff --git a/content/browser/worker_host/worker_process_host.h b/content/browser/worker_host/worker_process_host.h index acc6359..226d345 100644 --- a/content/browser/worker_host/worker_process_host.h +++ b/content/browser/worker_host/worker_process_host.h @@ -18,8 +18,8 @@ #include "content/public/browser/browser_child_process_host_delegate.h" #include "content/public/browser/browser_child_process_host_iterator.h" #include "content/public/common/process_type.h" -#include "googleurl/src/gurl.h" #include "ipc/ipc_sender.h" +#include "url/gurl.h" namespace fileapi { class FileSystemContext; |