diff options
Diffstat (limited to 'content/browser')
22 files changed, 22 insertions, 22 deletions
diff --git a/content/browser/appcache/chrome_appcache_service.h b/content/browser/appcache/chrome_appcache_service.h index d2b083e..e11f3f9 100644 --- a/content/browser/appcache/chrome_appcache_service.h +++ b/content/browser/appcache/chrome_appcache_service.h @@ -7,7 +7,7 @@ #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" -#include "base/task/sequenced_task_runner_helpers.h" +#include "base/sequenced_task_runner_helpers.h" #include "content/common/content_export.h" #include "webkit/appcache/appcache_policy.h" #include "webkit/appcache/appcache_service.h" diff --git a/content/browser/browser_thread_unittest.cc b/content/browser/browser_thread_unittest.cc index 87baa4e..ec4b7cc 100644 --- a/content/browser/browser_thread_unittest.cc +++ b/content/browser/browser_thread_unittest.cc @@ -7,7 +7,7 @@ #include "base/memory/scoped_ptr.h" #include "base/message_loop.h" #include "base/message_loop_proxy.h" -#include "base/task/sequenced_task_runner_helpers.h" +#include "base/sequenced_task_runner_helpers.h" #include "content/browser/browser_thread_impl.h" #include "content/public/test/test_browser_thread.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/content/browser/byte_stream.cc b/content/browser/byte_stream.cc index 747f1ed..f83e8c3 100644 --- a/content/browser/byte_stream.cc +++ b/content/browser/byte_stream.cc @@ -8,7 +8,7 @@ #include "base/location.h" #include "base/memory/ref_counted.h" #include "base/memory/weak_ptr.h" -#include "base/task/sequenced_task_runner.h" +#include "base/sequenced_task_runner.h" namespace content { namespace { diff --git a/content/browser/download/download_manager_impl.h b/content/browser/download/download_manager_impl.h index 7458de8..6885068 100644 --- a/content/browser/download/download_manager_impl.h +++ b/content/browser/download/download_manager_impl.h @@ -13,8 +13,8 @@ #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "base/observer_list.h" +#include "base/sequenced_task_runner_helpers.h" #include "base/synchronization/lock.h" -#include "base/task/sequenced_task_runner_helpers.h" #include "content/browser/download/download_item_impl_delegate.h" #include "content/common/content_export.h" #include "content/public/browser/download_manager.h" diff --git a/content/browser/fileapi/chrome_blob_storage_context.h b/content/browser/fileapi/chrome_blob_storage_context.h index e0e4d7a..3992e0e 100644 --- a/content/browser/fileapi/chrome_blob_storage_context.h +++ b/content/browser/fileapi/chrome_blob_storage_context.h @@ -7,7 +7,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "base/task/sequenced_task_runner_helpers.h" +#include "base/sequenced_task_runner_helpers.h" #include "content/common/content_export.h" namespace webkit_blob { diff --git a/content/browser/host_zoom_map_impl.h b/content/browser/host_zoom_map_impl.h index d82763f..216c83e 100644 --- a/content/browser/host_zoom_map_impl.h +++ b/content/browser/host_zoom_map_impl.h @@ -10,9 +10,9 @@ #include <vector> #include "base/compiler_specific.h" +#include "base/sequenced_task_runner_helpers.h" #include "base/supports_user_data.h" #include "base/synchronization/lock.h" -#include "base/task/sequenced_task_runner_helpers.h" #include "content/public/browser/host_zoom_map.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" diff --git a/content/browser/loader/resource_handler.h b/content/browser/loader/resource_handler.h index d395d29..de8bd9d 100644 --- a/content/browser/loader/resource_handler.h +++ b/content/browser/loader/resource_handler.h @@ -14,7 +14,7 @@ #include <string> -#include "base/task/sequenced_task_runner_helpers.h" +#include "base/sequenced_task_runner_helpers.h" #include "base/threading/non_thread_safe.h" #include "content/common/content_export.h" diff --git a/content/browser/media/media_internals_proxy.h b/content/browser/media/media_internals_proxy.h index 7e38d50..5d173b3 100644 --- a/content/browser/media/media_internals_proxy.h +++ b/content/browser/media/media_internals_proxy.h @@ -6,7 +6,7 @@ #define CONTENT_BROWSER_MEDIA_MEDIA_INTERNALS_PROXY_H_ #include "base/memory/ref_counted.h" -#include "base/task/sequenced_task_runner_helpers.h" +#include "base/sequenced_task_runner_helpers.h" #include "content/browser/media/media_internals.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/notification_observer.h" diff --git a/content/browser/net/sqlite_persistent_cookie_store.cc b/content/browser/net/sqlite_persistent_cookie_store.cc index 802e057..2822e40 100644 --- a/content/browser/net/sqlite_persistent_cookie_store.cc +++ b/content/browser/net/sqlite_persistent_cookie_store.cc @@ -19,10 +19,10 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/metrics/histogram.h" +#include "base/sequenced_task_runner.h" #include "base/string_util.h" #include "base/stringprintf.h" #include "base/synchronization/lock.h" -#include "base/task/sequenced_task_runner.h" #include "base/threading/sequenced_worker_pool.h" #include "base/time.h" #include "content/public/browser/browser_thread.h" diff --git a/content/browser/net/sqlite_persistent_cookie_store_perftest.cc b/content/browser/net/sqlite_persistent_cookie_store_perftest.cc index 077ec43..d43a843 100644 --- a/content/browser/net/sqlite_persistent_cookie_store_perftest.cc +++ b/content/browser/net/sqlite_persistent_cookie_store_perftest.cc @@ -8,9 +8,9 @@ #include "base/compiler_specific.h" #include "base/files/scoped_temp_dir.h" #include "base/perftimer.h" +#include "base/sequenced_task_runner.h" #include "base/stringprintf.h" #include "base/synchronization/waitable_event.h" -#include "base/task/sequenced_task_runner.h" #include "base/test/sequenced_worker_pool_owner.h" #include "base/threading/sequenced_worker_pool.h" #include "googleurl/src/gurl.h" diff --git a/content/browser/net/sqlite_persistent_cookie_store_unittest.cc b/content/browser/net/sqlite_persistent_cookie_store_unittest.cc index ef49c76..cd0e078 100644 --- a/content/browser/net/sqlite_persistent_cookie_store_unittest.cc +++ b/content/browser/net/sqlite_persistent_cookie_store_unittest.cc @@ -13,9 +13,9 @@ #include "base/files/scoped_temp_dir.h" #include "base/memory/ref_counted.h" #include "base/message_loop.h" +#include "base/sequenced_task_runner.h" #include "base/stl_util.h" #include "base/synchronization/waitable_event.h" -#include "base/task/sequenced_task_runner.h" #include "base/test/sequenced_worker_pool_owner.h" #include "base/threading/sequenced_worker_pool.h" #include "base/time.h" diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc index 22a9d17..e1efc1f 100644 --- a/content/browser/plugin_data_remover_impl.cc +++ b/content/browser/plugin_data_remover_impl.cc @@ -8,8 +8,8 @@ #include "base/bind.h" #include "base/metrics/histogram.h" +#include "base/sequenced_task_runner_helpers.h" #include "base/synchronization/waitable_event.h" -#include "base/task/sequenced_task_runner_helpers.h" #include "base/utf_string_conversions.h" #include "base/version.h" #include "content/browser/plugin_process_host.h" diff --git a/content/browser/renderer_host/gpu_message_filter.h b/content/browser/renderer_host/gpu_message_filter.h index 6adefb1..20c0b12 100644 --- a/content/browser/renderer_host/gpu_message_filter.h +++ b/content/browser/renderer_host/gpu_message_filter.h @@ -10,7 +10,7 @@ #include "base/memory/linked_ptr.h" #include "base/memory/ref_counted.h" #include "base/memory/weak_ptr.h" -#include "base/task/sequenced_task_runner_helpers.h" +#include "base/sequenced_task_runner_helpers.h" #include "content/common/gpu/gpu_process_launch_causes.h" #include "content/public/browser/browser_message_filter.h" #include "ui/gfx/native_widget_types.h" diff --git a/content/browser/renderer_host/media/audio_input_renderer_host.h b/content/browser/renderer_host/media/audio_input_renderer_host.h index 9b93cc4..077a1cc 100644 --- a/content/browser/renderer_host/media/audio_input_renderer_host.h +++ b/content/browser/renderer_host/media/audio_input_renderer_host.h @@ -32,8 +32,8 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/process.h" +#include "base/sequenced_task_runner_helpers.h" #include "base/shared_memory.h" -#include "base/task/sequenced_task_runner_helpers.h" #include "content/common/media/audio_messages.h" #include "content/public/browser/browser_message_filter.h" #include "content/public/browser/browser_thread.h" diff --git a/content/browser/renderer_host/media/audio_renderer_host.h b/content/browser/renderer_host/media/audio_renderer_host.h index feae04c..803539c 100644 --- a/content/browser/renderer_host/media/audio_renderer_host.h +++ b/content/browser/renderer_host/media/audio_renderer_host.h @@ -43,8 +43,8 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/process.h" +#include "base/sequenced_task_runner_helpers.h" #include "base/shared_memory.h" -#include "base/task/sequenced_task_runner_helpers.h" #include "content/common/content_export.h" #include "content/public/browser/browser_message_filter.h" #include "content/public/browser/browser_thread.h" diff --git a/content/browser/renderer_host/media/video_capture_host.h b/content/browser/renderer_host/media/video_capture_host.h index 4cffbfa..581ae88 100644 --- a/content/browser/renderer_host/media/video_capture_host.h +++ b/content/browser/renderer_host/media/video_capture_host.h @@ -39,7 +39,7 @@ #include <map> #include "base/memory/ref_counted.h" -#include "base/task/sequenced_task_runner_helpers.h" +#include "base/sequenced_task_runner_helpers.h" #include "content/browser/renderer_host/media/video_capture_controller.h" #include "content/common/content_export.h" #include "content/public/browser/browser_message_filter.h" diff --git a/content/browser/renderer_host/media/web_contents_video_capture_device.cc b/content/browser/renderer_host/media/web_contents_video_capture_device.cc index 5413bd0..04327dd 100644 --- a/content/browser/renderer_host/media/web_contents_video_capture_device.cc +++ b/content/browser/renderer_host/media/web_contents_video_capture_device.cc @@ -64,9 +64,9 @@ #include "base/memory/weak_ptr.h" #include "base/message_loop_proxy.h" #include "base/metrics/histogram.h" +#include "base/sequenced_task_runner.h" #include "base/stringprintf.h" #include "base/synchronization/lock.h" -#include "base/task/sequenced_task_runner.h" #include "base/threading/thread.h" #include "base/threading/thread_checker.h" #include "base/time.h" diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h index 9765011..fb45016 100644 --- a/content/browser/renderer_host/render_message_filter.h +++ b/content/browser/renderer_host/render_message_filter.h @@ -15,9 +15,9 @@ #include "base/files/file_path.h" #include "base/memory/linked_ptr.h" +#include "base/sequenced_task_runner_helpers.h" #include "base/shared_memory.h" #include "base/string16.h" -#include "base/task/sequenced_task_runner_helpers.h" #include "build/build_config.h" #include "content/common/pepper_renderer_instance_data.h" #include "content/public/browser/browser_message_filter.h" diff --git a/content/browser/ssl/ssl_client_auth_handler.h b/content/browser/ssl/ssl_client_auth_handler.h index b52fbb2..9bd8275 100644 --- a/content/browser/ssl/ssl_client_auth_handler.h +++ b/content/browser/ssl/ssl_client_auth_handler.h @@ -7,7 +7,7 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" -#include "base/task/sequenced_task_runner_helpers.h" +#include "base/sequenced_task_runner_helpers.h" #include "content/common/content_export.h" #include "content/public/browser/browser_thread.h" #include "net/ssl/ssl_cert_request_info.h" diff --git a/content/browser/streams/stream_context.h b/content/browser/streams/stream_context.h index 57eb84b..7b8adcbd 100644 --- a/content/browser/streams/stream_context.h +++ b/content/browser/streams/stream_context.h @@ -7,7 +7,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "base/task/sequenced_task_runner_helpers.h" +#include "base/sequenced_task_runner_helpers.h" #include "content/public/browser/browser_thread.h" namespace content { diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc index c70c21f..2b7297b 100644 --- a/content/browser/utility_process_host_impl.cc +++ b/content/browser/utility_process_host_impl.cc @@ -7,7 +7,7 @@ #include "base/bind.h" #include "base/bind_helpers.h" #include "base/command_line.h" -#include "base/task/sequenced_task_runner.h" +#include "base/sequenced_task_runner.h" #include "base/utf_string_conversions.h" #include "content/browser/browser_child_process_host_impl.h" #include "content/common/child_process_host_impl.h" diff --git a/content/browser/webui/url_data_source_impl.h b/content/browser/webui/url_data_source_impl.h index 828bbf9..4785b37 100644 --- a/content/browser/webui/url_data_source_impl.h +++ b/content/browser/webui/url_data_source_impl.h @@ -7,7 +7,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "base/task/sequenced_task_runner_helpers.h" +#include "base/sequenced_task_runner_helpers.h" #include "content/browser/webui/url_data_manager.h" #include "content/common/content_export.h" |