diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:18:37 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:18:37 +0000 |
commit | a43858f7591e67408d501f885ec1317b5e9ceed5 (patch) | |
tree | 25fca48be7bad7adef0f6daa889faa58595f0cf2 /content | |
parent | 3dd9cac4686d0ce713741b35ef7b6e00e5235109 (diff) | |
download | chromium_src-a43858f7591e67408d501f885ec1317b5e9ceed5.zip chromium_src-a43858f7591e67408d501f885ec1317b5e9ceed5.tar.gz chromium_src-a43858f7591e67408d501f885ec1317b5e9ceed5.tar.bz2 |
Use a direct include of time headers in content/, part 1.
BUG=254986
TEST=none
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/18152002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
79 files changed, 89 insertions, 89 deletions
diff --git a/content/browser/accessibility/browser_accessibility_state_impl.cc b/content/browser/accessibility/browser_accessibility_state_impl.cc index d2f081a..8e1f1e0 100644 --- a/content/browser/accessibility/browser_accessibility_state_impl.cc +++ b/content/browser/accessibility/browser_accessibility_state_impl.cc @@ -6,7 +6,7 @@ #include "base/command_line.h" #include "base/metrics/histogram.h" -#include "base/timer.h" +#include "base/timer/timer.h" #include "content/browser/renderer_host/render_widget_host_impl.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/render_process_host.h" diff --git a/content/browser/android/content_video_view.h b/content/browser/android/content_video_view.h index 7b4c712..72ee962 100644 --- a/content/browser/android/content_video_view.h +++ b/content/browser/android/content_video_view.h @@ -12,7 +12,7 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "base/timer.h" +#include "base/timer/timer.h" namespace content { diff --git a/content/browser/android/edge_effect.h b/content/browser/android/edge_effect.h index b512195f..f47a9b1 100644 --- a/content/browser/android/edge_effect.h +++ b/content/browser/android/edge_effect.h @@ -7,7 +7,7 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" -#include "base/time.h" +#include "base/time/time.h" #include "ui/gfx/size_f.h" namespace cc { diff --git a/content/browser/android/media_player_manager_impl.h b/content/browser/android/media_player_manager_impl.h index 178ebea..19a7e8c 100644 --- a/content/browser/android/media_player_manager_impl.h +++ b/content/browser/android/media_player_manager_impl.h @@ -10,7 +10,7 @@ #include "base/callback.h" #include "base/memory/scoped_ptr.h" #include "base/memory/scoped_vector.h" -#include "base/time.h" +#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" diff --git a/content/browser/android/overscroll_glow.h b/content/browser/android/overscroll_glow.h index 5cd763d..f2905b7 100644 --- a/content/browser/android/overscroll_glow.h +++ b/content/browser/android/overscroll_glow.h @@ -7,7 +7,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/android/edge_effect.h" #include "ui/gfx/size_f.h" #include "ui/gfx/vector2d_f.h" diff --git a/content/browser/android/touch_point.cc b/content/browser/android/touch_point.cc index d76de6e..1a10e6e 100644 --- a/content/browser/android/touch_point.cc +++ b/content/browser/android/touch_point.cc @@ -5,8 +5,8 @@ #include "content/browser/android/touch_point.h" #include "base/debug/debugger.h" -#include "base/time.h" #include "base/logging.h" +#include "base/time/time.h" #include "jni/TouchPoint_jni.h" diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h index 2ddaf69..69534a7 100644 --- a/content/browser/browser_plugin/browser_plugin_guest.h +++ b/content/browser/browser_plugin/browser_plugin_guest.h @@ -28,7 +28,7 @@ #include "base/id_map.h" #include "base/memory/weak_ptr.h" #include "base/shared_memory.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/common/browser_plugin/browser_plugin_message_enums.h" #include "content/common/edit_command.h" #include "content/port/common/input_event_ack_state.h" diff --git a/content/browser/devtools/devtools_manager_unittest.cc b/content/browser/devtools/devtools_manager_unittest.cc index 56a974e..46c198c 100644 --- a/content/browser/devtools/devtools_manager_unittest.cc +++ b/content/browser/devtools/devtools_manager_unittest.cc @@ -4,7 +4,7 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/devtools/devtools_manager_impl.h" #include "content/browser/devtools/render_view_devtools_agent_host.h" #include "content/browser/renderer_host/test_render_view_host.h" diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h index d124293..7b42669 100644 --- a/content/browser/download/base_file.h +++ b/content/browser/download/base_file.h @@ -11,7 +11,7 @@ #include "base/gtest_prod_util.h" #include "base/memory/linked_ptr.h" #include "base/memory/scoped_ptr.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/common/content_export.h" #include "content/public/browser/download_interrupt_reasons.h" #include "googleurl/src/gurl.h" diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h index 9f88da1..e602128 100644 --- a/content/browser/download/download_create_info.h +++ b/content/browser/download/download_create_info.h @@ -10,7 +10,7 @@ #include "base/basictypes.h" #include "base/files/file_path.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/download/download_file.h" #include "content/browser/download/download_request_handle.h" #include "content/common/content_export.h" diff --git a/content/browser/download/download_file_impl.cc b/content/browser/download/download_file_impl.cc index 3a1fedc..79bc3c0 100644 --- a/content/browser/download/download_file_impl.cc +++ b/content/browser/download/download_file_impl.cc @@ -9,7 +9,7 @@ #include "base/bind.h" #include "base/file_util.h" #include "base/message_loop/message_loop_proxy.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/byte_stream.h" #include "content/browser/download/download_create_info.h" #include "content/browser/download/download_interrupt_reasons_impl.h" diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h index f17acab..963ae9f 100644 --- a/content/browser/download/download_file_impl.h +++ b/content/browser/download/download_file_impl.h @@ -10,8 +10,8 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" -#include "base/time.h" -#include "base/timer.h" +#include "base/time/time.h" +#include "base/timer/timer.h" #include "content/browser/byte_stream.h" #include "content/browser/download/base_file.h" #include "content/browser/download/rate_estimator.h" diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h index 3cb2c1f..dc796d2 100644 --- a/content/browser/download/download_item_impl.h +++ b/content/browser/download/download_item_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/time.h" -#include "base/timer.h" +#include "base/time/time.h" +#include "base/timer/timer.h" #include "content/browser/download/download_net_log_parameters.h" #include "content/browser/download/download_request_handle.h" #include "content/common/content_export.h" diff --git a/content/browser/download/download_resource_handler.h b/content/browser/download/download_resource_handler.h index b574f0a..0d46219 100644 --- a/content/browser/download/download_resource_handler.h +++ b/content/browser/download/download_resource_handler.h @@ -9,7 +9,7 @@ #include "base/callback.h" #include "base/memory/scoped_ptr.h" -#include "base/timer.h" +#include "base/timer/timer.h" #include "content/browser/loader/resource_handler.h" #include "content/public/browser/download_id.h" #include "content/public/browser/download_manager.h" diff --git a/content/browser/download/rate_estimator.h b/content/browser/download/rate_estimator.h index b235cec..111e8eb 100644 --- a/content/browser/download/rate_estimator.h +++ b/content/browser/download/rate_estimator.h @@ -9,7 +9,7 @@ #include <vector> #include "base/basictypes.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/common/content_export.h" namespace content { diff --git a/content/browser/download/save_package.h b/content/browser/download/save_package.h index 55b0aa2..7510883 100644 --- a/content/browser/download/save_package.h +++ b/content/browser/download/save_package.h @@ -16,7 +16,7 @@ #include "base/gtest_prod_util.h" #include "base/memory/ref_counted.h" #include "base/memory/weak_ptr.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/common/content_export.h" #include "content/public/browser/download_item.h" #include "content/public/browser/download_manager_delegate.h" diff --git a/content/browser/fileapi/fileapi_message_filter.cc b/content/browser/fileapi/fileapi_message_filter.cc index febb62a..13d887d 100644 --- a/content/browser/fileapi/fileapi_message_filter.cc +++ b/content/browser/fileapi/fileapi_message_filter.cc @@ -13,7 +13,7 @@ #include "base/platform_file.h" #include "base/sequenced_task_runner.h" #include "base/threading/thread.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/child_process_security_policy_impl.h" #include "content/browser/fileapi/browser_file_system_helper.h" #include "content/browser/fileapi/chrome_blob_storage_context.h" diff --git a/content/browser/gamepad/gamepad_platform_data_fetcher_mac.mm b/content/browser/gamepad/gamepad_platform_data_fetcher_mac.mm index e637227..51524d7 100644 --- a/content/browser/gamepad/gamepad_platform_data_fetcher_mac.mm +++ b/content/browser/gamepad/gamepad_platform_data_fetcher_mac.mm @@ -9,7 +9,7 @@ #include "base/strings/string16.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #import <Foundation/Foundation.h> #include <IOKit/hid/IOHIDKeys.h> diff --git a/content/browser/geolocation/core_location_data_provider_mac.mm b/content/browser/geolocation/core_location_data_provider_mac.mm index c9258a6..8b1cf82 100644 --- a/content/browser/geolocation/core_location_data_provider_mac.mm +++ b/content/browser/geolocation/core_location_data_provider_mac.mm @@ -13,7 +13,7 @@ #include "base/bind.h" #include "base/logging.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/geolocation/core_location_provider_mac.h" #include "content/browser/geolocation/geolocation_provider_impl.h" diff --git a/content/browser/geolocation/geolocation_provider_unittest.cc b/content/browser/geolocation/geolocation_provider_unittest.cc index 45e1000..b2bdd86 100644 --- a/content/browser/geolocation/geolocation_provider_unittest.cc +++ b/content/browser/geolocation/geolocation_provider_unittest.cc @@ -8,7 +8,7 @@ #include "base/memory/scoped_ptr.h" #include "base/message_loop.h" #include "base/strings/string16.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/geolocation/geolocation_provider_impl.h" #include "content/browser/geolocation/mock_location_arbitrator.h" #include "content/public/browser/access_token_store.h" diff --git a/content/browser/geolocation/location_arbitrator_impl.h b/content/browser/geolocation/location_arbitrator_impl.h index cf76f0a..5a8064e 100644 --- a/content/browser/geolocation/location_arbitrator_impl.h +++ b/content/browser/geolocation/location_arbitrator_impl.h @@ -8,7 +8,7 @@ #include "base/callback_forward.h" #include "base/memory/scoped_vector.h" #include "base/strings/string16.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/geolocation/location_arbitrator.h" #include "content/common/content_export.h" #include "content/public/browser/access_token_store.h" diff --git a/content/browser/geolocation/location_provider_android.cc b/content/browser/geolocation/location_provider_android.cc index 3821a4b..20e672f 100644 --- a/content/browser/geolocation/location_provider_android.cc +++ b/content/browser/geolocation/location_provider_android.cc @@ -4,7 +4,7 @@ #include "content/browser/geolocation/location_provider_android.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/geolocation/location_api_adapter_android.h" #include "content/public/common/geoposition.h" diff --git a/content/browser/geolocation/network_location_provider.cc b/content/browser/geolocation/network_location_provider.cc index b917782..82171a0 100644 --- a/content/browser/geolocation/network_location_provider.cc +++ b/content/browser/geolocation/network_location_provider.cc @@ -6,7 +6,7 @@ #include "base/bind.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/public/browser/access_token_store.h" namespace content { diff --git a/content/browser/geolocation/win7_location_api_unittest_win.cc b/content/browser/geolocation/win7_location_api_unittest_win.cc index ae77fb9..e97874e 100644 --- a/content/browser/geolocation/win7_location_api_unittest_win.cc +++ b/content/browser/geolocation/win7_location_api_unittest_win.cc @@ -11,7 +11,7 @@ #include "base/logging.h" #include "base/memory/scoped_ptr.h" #include "base/message_loop.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/geolocation/win7_location_api_win.h" #include "content/public/common/geoposition.h" #include "testing/gmock/include/gmock/gmock.h" diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h index 1974c21..aa87930 100644 --- a/content/browser/gpu/gpu_data_manager_impl.h +++ b/content/browser/gpu/gpu_data_manager_impl.h @@ -15,7 +15,7 @@ #include "base/memory/singleton.h" #include "base/process_util.h" #include "base/synchronization/lock.h" -#include "base/time.h" +#include "base/time/time.h" #include "base/values.h" #include "content/public/browser/gpu_data_manager.h" #include "content/public/common/gpu_memory_stats.h" 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 3bf8620..7253954 100644 --- a/content/browser/gpu/gpu_data_manager_impl_private_unittest.cc +++ b/content/browser/gpu/gpu_data_manager_impl_private_unittest.cc @@ -5,7 +5,7 @@ #include "base/command_line.h" #include "base/message_loop.h" #include "base/run_loop.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/gpu/gpu_data_manager_impl_private.h" #include "content/public/browser/gpu_data_manager_observer.h" #include "content/public/common/gpu_feature_type.h" diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h index 7acf083..e835d02 100644 --- a/content/browser/gpu/gpu_process_host.h +++ b/content/browser/gpu/gpu_process_host.h @@ -14,7 +14,7 @@ #include "base/containers/hash_tables.h" #include "base/memory/weak_ptr.h" #include "base/threading/non_thread_safe.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/gpu/gpu_surface_tracker.h" #include "content/common/content_export.h" #include "content/common/gpu/gpu_memory_uma_stats.h" diff --git a/content/browser/histogram_synchronizer.h b/content/browser/histogram_synchronizer.h index 0b279a0..9ff69d5 100644 --- a/content/browser/histogram_synchronizer.h +++ b/content/browser/histogram_synchronizer.h @@ -12,7 +12,7 @@ #include "base/callback.h" #include "base/memory/singleton.h" #include "base/synchronization/lock.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/histogram_subscriber.h" namespace base { diff --git a/content/browser/indexed_db/indexed_db_transaction.h b/content/browser/indexed_db/indexed_db_transaction.h index ca22863..cf58247 100644 --- a/content/browser/indexed_db/indexed_db_transaction.h +++ b/content/browser/indexed_db/indexed_db_transaction.h @@ -13,7 +13,7 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "base/timer.h" +#include "base/timer/timer.h" #include "content/browser/indexed_db/indexed_db_backing_store.h" #include "content/browser/indexed_db/indexed_db_database.h" #include "content/browser/indexed_db/indexed_db_database_error.h" diff --git a/content/browser/loader/power_save_block_resource_throttle.h b/content/browser/loader/power_save_block_resource_throttle.h index 4def7f2..e94b542 100644 --- a/content/browser/loader/power_save_block_resource_throttle.h +++ b/content/browser/loader/power_save_block_resource_throttle.h @@ -8,7 +8,7 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" -#include "base/timer.h" +#include "base/timer/timer.h" #include "content/public/browser/resource_throttle.h" namespace content { diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h index 3ba2491..7a8011a 100644 --- a/content/browser/loader/resource_dispatcher_host_impl.h +++ b/content/browser/loader/resource_dispatcher_host_impl.h @@ -22,8 +22,8 @@ #include "base/memory/linked_ptr.h" #include "base/memory/scoped_ptr.h" #include "base/observer_list.h" -#include "base/time.h" -#include "base/timer.h" +#include "base/time/time.h" +#include "base/timer/timer.h" #include "content/browser/download/download_resource_handler.h" #include "content/browser/loader/global_routing_id.h" #include "content/browser/loader/offline_policy.h" diff --git a/content/browser/loader/resource_loader.cc b/content/browser/loader/resource_loader.cc index 00f700d..df4bf48 100644 --- a/content/browser/loader/resource_loader.cc +++ b/content/browser/loader/resource_loader.cc @@ -6,7 +6,7 @@ #include "base/command_line.h" #include "base/message_loop.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/child_process_security_policy_impl.h" #include "content/browser/loader/doomed_resource_handler.h" #include "content/browser/loader/resource_loader_delegate.h" diff --git a/content/browser/loader/upload_data_stream_builder_unittest.cc b/content/browser/loader/upload_data_stream_builder_unittest.cc index c9129b4..8169160 100644 --- a/content/browser/loader/upload_data_stream_builder_unittest.cc +++ b/content/browser/loader/upload_data_stream_builder_unittest.cc @@ -10,7 +10,7 @@ #include "base/files/file_path.h" #include "base/message_loop.h" #include "base/message_loop/message_loop_proxy.h" -#include "base/time.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" diff --git a/content/browser/media/webrtc_internals_browsertest.cc b/content/browser/media/webrtc_internals_browsertest.cc index 88e4f63..19c2574 100644 --- a/content/browser/media/webrtc_internals_browsertest.cc +++ b/content/browser/media/webrtc_internals_browsertest.cc @@ -5,7 +5,7 @@ #include "base/command_line.h" #include "base/json/json_reader.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "base/values.h" #include "content/public/common/content_switches.h" #include "content/public/test/browser_test_utils.h" diff --git a/content/browser/net/sqlite_persistent_cookie_store.cc b/content/browser/net/sqlite_persistent_cookie_store.cc index 12cfd62..8d3c38a 100644 --- a/content/browser/net/sqlite_persistent_cookie_store.cc +++ b/content/browser/net/sqlite_persistent_cookie_store.cc @@ -25,7 +25,7 @@ #include "base/strings/stringprintf.h" #include "base/synchronization/lock.h" #include "base/threading/sequenced_worker_pool.h" -#include "base/time.h" +#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" diff --git a/content/browser/net/sqlite_persistent_cookie_store_unittest.cc b/content/browser/net/sqlite_persistent_cookie_store_unittest.cc index cd0e078..b3abee7 100644 --- a/content/browser/net/sqlite_persistent_cookie_store_unittest.cc +++ b/content/browser/net/sqlite_persistent_cookie_store_unittest.cc @@ -18,7 +18,7 @@ #include "base/synchronization/waitable_event.h" #include "base/test/sequenced_worker_pool_owner.h" #include "base/threading/sequenced_worker_pool.h" -#include "base/time.h" +#include "base/time/time.h" #include "googleurl/src/gurl.h" #include "net/cookies/canonical_cookie.h" #include "net/cookies/cookie_constants.h" diff --git a/content/browser/plugin_data_remover_impl.h b/content/browser/plugin_data_remover_impl.h index 056f2e5..6f4be32 100644 --- a/content/browser/plugin_data_remover_impl.h +++ b/content/browser/plugin_data_remover_impl.h @@ -9,7 +9,7 @@ #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/public/browser/plugin_data_remover.h" namespace content { diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h index a43ef1f..12bec96 100644 --- a/content/browser/plugin_loader_posix.h +++ b/content/browser/plugin_loader_posix.h @@ -11,7 +11,7 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/plugin_service_impl.h" #include "content/public/browser/utility_process_host_client.h" #include "ipc/ipc_sender.h" diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h index 9ee6c43..1079a1f 100644 --- a/content/browser/plugin_service_impl.h +++ b/content/browser/plugin_service_impl.h @@ -18,7 +18,7 @@ #include "base/memory/singleton.h" #include "base/synchronization/waitable_event_watcher.h" #include "base/threading/sequenced_worker_pool.h" -#include "base/time.h" +#include "base/time/time.h" #include "build/build_config.h" #include "content/browser/plugin_process_host.h" #include "content/browser/ppapi_plugin_process_host.h" diff --git a/content/browser/renderer_host/backing_store_gtk.cc b/content/browser/renderer_host/backing_store_gtk.cc index a029fba..62365be 100644 --- a/content/browser/renderer_host/backing_store_gtk.cc +++ b/content/browser/renderer_host/backing_store_gtk.cc @@ -24,7 +24,7 @@ #include "base/logging.h" #include "base/memory/singleton.h" #include "base/metrics/histogram.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/renderer_host/render_process_host_impl.h" #include "skia/ext/platform_canvas.h" #include "third_party/skia/include/core/SkBitmap.h" diff --git a/content/browser/renderer_host/basic_mouse_wheel_smooth_scroll_gesture.h b/content/browser/renderer_host/basic_mouse_wheel_smooth_scroll_gesture.h index b23d7885..adea7a3 100644 --- a/content/browser/renderer_host/basic_mouse_wheel_smooth_scroll_gesture.h +++ b/content/browser/renderer_host/basic_mouse_wheel_smooth_scroll_gesture.h @@ -5,7 +5,7 @@ #ifndef CONTENT_BROWSER_RENDERER_HOST_BASIC_MOUSE_WHEEL_SMOOTH_SCROLL_GESTURE_ #define CONTENT_BROWSER_RENDERER_HOST_BASIC_MOUSE_WHEEL_SMOOTH_SCROLL_GESTURE_ -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/renderer_host/smooth_scroll_calculator.h" #include "content/port/browser/smooth_scroll_gesture.h" diff --git a/content/browser/renderer_host/compositing_iosurface_mac.h b/content/browser/renderer_host/compositing_iosurface_mac.h index c470fa0..22d6749 100644 --- a/content/browser/renderer_host/compositing_iosurface_mac.h +++ b/content/browser/renderer_host/compositing_iosurface_mac.h @@ -16,8 +16,8 @@ #include "base/mac/scoped_cftyperef.h" #include "base/memory/scoped_ptr.h" #include "base/synchronization/lock.h" -#include "base/time.h" -#include "base/timer.h" +#include "base/time/time.h" +#include "base/timer/timer.h" #include "media/base/video_frame.h" #include "ui/base/latency_info.h" #include "ui/gfx/native_widget_types.h" diff --git a/content/browser/renderer_host/gesture_event_filter.h b/content/browser/renderer_host/gesture_event_filter.h index 5bb8483..23cce42 100644 --- a/content/browser/renderer_host/gesture_event_filter.h +++ b/content/browser/renderer_host/gesture_event_filter.h @@ -9,7 +9,7 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" -#include "base/timer.h" +#include "base/timer/timer.h" #include "content/port/browser/event_with_latency_info.h" #include "third_party/WebKit/public/web/WebInputEvent.h" #include "ui/gfx/transform.h" diff --git a/content/browser/renderer_host/ime_adapter_android.cc b/content/browser/renderer_host/ime_adapter_android.cc index e6371cc..94c51f0 100644 --- a/content/browser/renderer_host/ime_adapter_android.cc +++ b/content/browser/renderer_host/ime_adapter_android.cc @@ -10,7 +10,7 @@ #include "base/android/jni_string.h" #include "base/android/scoped_java_ref.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/renderer_host/render_widget_host_impl.h" #include "content/browser/renderer_host/render_widget_host_view_android.h" #include "content/common/view_messages.h" diff --git a/content/browser/renderer_host/media/audio_sync_reader.h b/content/browser/renderer_host/media/audio_sync_reader.h index 80f7b62..87bf215 100644 --- a/content/browser/renderer_host/media/audio_sync_reader.h +++ b/content/browser/renderer_host/media/audio_sync_reader.h @@ -9,7 +9,7 @@ #include "base/process.h" #include "base/sync_socket.h" #include "base/synchronization/lock.h" -#include "base/time.h" +#include "base/time/time.h" #include "media/audio/audio_output_controller.h" #include "media/base/audio_bus.h" diff --git a/content/browser/renderer_host/media/screen_capture_device_unittest.cc b/content/browser/renderer_host/media/screen_capture_device_unittest.cc index 6a2cf2b..0cdac8e 100644 --- a/content/browser/renderer_host/media/screen_capture_device_unittest.cc +++ b/content/browser/renderer_host/media/screen_capture_device_unittest.cc @@ -9,7 +9,7 @@ #include "base/synchronization/waitable_event.h" #include "base/test/test_timeouts.h" #include "base/threading/sequenced_worker_pool.h" -#include "base/time.h" +#include "base/time/time.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/webrtc/modules/desktop_capture/desktop_frame.h" diff --git a/content/browser/renderer_host/media/video_capture_controller_event_handler.h b/content/browser/renderer_host/media/video_capture_controller_event_handler.h index 35ab3ef..e13d62e 100644 --- a/content/browser/renderer_host/media/video_capture_controller_event_handler.h +++ b/content/browser/renderer_host/media/video_capture_controller_event_handler.h @@ -6,7 +6,7 @@ #define CONTENT_BROWSER_RENDERER_HOST_MEDIA_VIDEO_CAPTURE_CONTROLLER_EVENT_HANDLER_H_ #include "base/shared_memory.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/common/content_export.h" namespace content { diff --git a/content/browser/renderer_host/media/video_capture_oracle.h b/content/browser/renderer_host/media/video_capture_oracle.h index 0c2286c..739b569 100644 --- a/content/browser/renderer_host/media/video_capture_oracle.h +++ b/content/browser/renderer_host/media/video_capture_oracle.h @@ -7,7 +7,7 @@ #include "base/callback_forward.h" #include "base/memory/scoped_ptr.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/common/content_export.h" namespace content { diff --git a/content/browser/renderer_host/media/video_capture_oracle_unittest.cc b/content/browser/renderer_host/media/video_capture_oracle_unittest.cc index 94be8b9..40c1826 100644 --- a/content/browser/renderer_host/media/video_capture_oracle_unittest.cc +++ b/content/browser/renderer_host/media/video_capture_oracle_unittest.cc @@ -5,7 +5,7 @@ #include "content/browser/renderer_host/media/video_capture_oracle.h" #include "base/strings/stringprintf.h" -#include "base/time.h" +#include "base/time/time.h" #include "testing/gtest/include/gtest/gtest.h" namespace content { 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 42868c0..4b2357af 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 @@ -69,7 +69,7 @@ #include "base/synchronization/lock.h" #include "base/threading/thread.h" #include "base/threading/thread_checker.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/renderer_host/media/video_capture_oracle.h" #include "content/browser/renderer_host/media/web_contents_capture_util.h" #include "content/browser/renderer_host/render_widget_host_impl.h" diff --git a/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc b/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc index 4c7e4d9..9b1aaa7 100644 --- a/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc +++ b/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc @@ -8,8 +8,8 @@ #include "base/debug/debugger.h" #include "base/run_loop.h" #include "base/test/test_timeouts.h" -#include "base/time.h" -#include "base/timer.h" +#include "base/time/time.h" +#include "base/timer/timer.h" #include "content/browser/browser_thread_impl.h" #include "content/browser/renderer_host/media/video_capture_buffer_pool.h" #include "content/browser/renderer_host/media/video_capture_oracle.h" diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h index 34f6c2f..fd4d123 100644 --- a/content/browser/renderer_host/render_process_host_impl.h +++ b/content/browser/renderer_host/render_process_host_impl.h @@ -11,7 +11,7 @@ #include "base/memory/scoped_ptr.h" #include "base/process.h" -#include "base/timer.h" +#include "base/timer/timer.h" #include "content/browser/child_process_launcher.h" #include "content/common/content_export.h" #include "content/public/browser/global_request_id.h" diff --git a/content/browser/renderer_host/render_view_host_browsertest.cc b/content/browser/renderer_host/render_view_host_browsertest.cc index 28e441f..4255d05 100644 --- a/content/browser/renderer_host/render_view_host_browsertest.cc +++ b/content/browser/renderer_host/render_view_host_browsertest.cc @@ -4,7 +4,7 @@ #include "base/path_service.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "base/values.h" #include "content/browser/renderer_host/render_view_host_impl.h" #include "content/browser/web_contents/web_contents_impl.h" diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc index 83729af..5b1f0cbf 100644 --- a/content/browser/renderer_host/render_view_host_impl.cc +++ b/content/browser/renderer_host/render_view_host_impl.cc @@ -20,7 +20,7 @@ #include "base/stl_util.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "base/values.h" #include "content/browser/child_process_security_policy_impl.h" #include "content/browser/cross_site_request_manager.h" diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h index cd80df3..50851c9 100644 --- a/content/browser/renderer_host/render_widget_host_impl.h +++ b/content/browser/renderer_host/render_widget_host_impl.h @@ -20,8 +20,8 @@ #include "base/observer_list.h" #include "base/process_util.h" #include "base/strings/string16.h" -#include "base/time.h" -#include "base/timer.h" +#include "base/time/time.h" +#include "base/timer/timer.h" #include "build/build_config.h" #include "content/browser/renderer_host/smooth_scroll_gesture_controller.h" #include "content/common/browser_rendering_stats.h" diff --git a/content/browser/renderer_host/render_widget_host_unittest.cc b/content/browser/renderer_host/render_widget_host_unittest.cc index f9c2677..722777a 100644 --- a/content/browser/renderer_host/render_widget_host_unittest.cc +++ b/content/browser/renderer_host/render_widget_host_unittest.cc @@ -5,7 +5,7 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" #include "base/shared_memory.h" -#include "base/timer.h" +#include "base/timer/timer.h" #include "content/browser/browser_thread_impl.h" #include "content/browser/renderer_host/backing_store.h" #include "content/browser/renderer_host/gesture_event_filter.h" diff --git a/content/browser/renderer_host/render_widget_host_view_gtk.cc b/content/browser/renderer_host/render_widget_host_view_gtk.cc index 3fcc755..5dde072 100644 --- a/content/browser/renderer_host/render_widget_host_view_gtk.cc +++ b/content/browser/renderer_host/render_widget_host_view_gtk.cc @@ -22,7 +22,7 @@ #include "base/strings/string_number_conversions.h" #include "base/strings/utf_offset_string_conversions.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/accessibility/browser_accessibility_gtk.h" #include "content/browser/accessibility/browser_accessibility_manager_gtk.h" #include "content/browser/renderer_host/backing_store_gtk.h" diff --git a/content/browser/renderer_host/render_widget_host_view_gtk.h b/content/browser/renderer_host/render_widget_host_view_gtk.h index 13e3c30..0c30682 100644 --- a/content/browser/renderer_host/render_widget_host_view_gtk.h +++ b/content/browser/renderer_host/render_widget_host_view_gtk.h @@ -11,7 +11,7 @@ #include <vector> #include "base/memory/scoped_ptr.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/accessibility/browser_accessibility_manager.h" #include "content/browser/renderer_host/render_widget_host_view_base.h" #include "content/common/content_export.h" diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h index 1b59990..cda36a8 100644 --- a/content/browser/renderer_host/render_widget_host_view_mac.h +++ b/content/browser/renderer_host/render_widget_host_view_mac.h @@ -15,7 +15,7 @@ #include "base/mac/scoped_nsobject.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/accessibility/browser_accessibility_delegate_mac.h" #include "content/browser/renderer_host/render_widget_host_view_base.h" #include "content/common/edit_command.h" diff --git a/content/browser/renderer_host/render_widget_host_view_win.h b/content/browser/renderer_host/render_widget_host_view_win.h index c0216ec..2e900ae 100644 --- a/content/browser/renderer_host/render_widget_host_view_win.h +++ b/content/browser/renderer_host/render_widget_host_view_win.h @@ -15,7 +15,7 @@ #include "base/memory/scoped_ptr.h" #include "base/memory/scoped_vector.h" #include "base/memory/weak_ptr.h" -#include "base/time.h" +#include "base/time/time.h" #include "base/win/scoped_comptr.h" #include "content/browser/accessibility/browser_accessibility_manager.h" #include "content/browser/renderer_host/render_widget_host_view_base.h" diff --git a/content/browser/renderer_host/smooth_scroll_calculator.h b/content/browser/renderer_host/smooth_scroll_calculator.h index ae406a8..1427416 100644 --- a/content/browser/renderer_host/smooth_scroll_calculator.h +++ b/content/browser/renderer_host/smooth_scroll_calculator.h @@ -5,7 +5,7 @@ #ifndef CONTENT_BROWSER_RENDERER_HOST_SMOOTH_SCROLL_CALCULATOR_H_ #define CONTENT_BROWSER_RENDERER_HOST_SMOOTH_SCROLL_CALCULATOR_H_ -#include "base/time.h" +#include "base/time/time.h" namespace content { diff --git a/content/browser/renderer_host/smooth_scroll_gesture_controller.h b/content/browser/renderer_host/smooth_scroll_gesture_controller.h index 6e25cd7..1477a17 100644 --- a/content/browser/renderer_host/smooth_scroll_gesture_controller.h +++ b/content/browser/renderer_host/smooth_scroll_gesture_controller.h @@ -8,8 +8,8 @@ #include <map> #include "base/memory/weak_ptr.h" -#include "base/time.h" -#include "base/timer.h" +#include "base/time/time.h" +#include "base/timer/timer.h" #include "content/common/content_export.h" struct ViewHostMsg_BeginSmoothScroll_Params; diff --git a/content/browser/renderer_host/smooth_scroll_gesture_controller_unittest.cc b/content/browser/renderer_host/smooth_scroll_gesture_controller_unittest.cc index 3808983..95d2647 100644 --- a/content/browser/renderer_host/smooth_scroll_gesture_controller_unittest.cc +++ b/content/browser/renderer_host/smooth_scroll_gesture_controller_unittest.cc @@ -4,7 +4,7 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/renderer_host/render_widget_host_delegate.h" #include "content/browser/renderer_host/smooth_scroll_gesture_controller.h" #include "content/browser/renderer_host/test_render_view_host.h" diff --git a/content/browser/renderer_host/tap_suppression_controller.h b/content/browser/renderer_host/tap_suppression_controller.h index 6de95d1..2922174 100644 --- a/content/browser/renderer_host/tap_suppression_controller.h +++ b/content/browser/renderer_host/tap_suppression_controller.h @@ -5,8 +5,8 @@ #ifndef CONTENT_BROWSER_RENDERER_HOST_TAP_SUPPRESSION_CONTROLLER_H_ #define CONTENT_BROWSER_RENDERER_HOST_TAP_SUPPRESSION_CONTROLLER_H_ -#include "base/time.h" -#include "base/timer.h" +#include "base/time/time.h" +#include "base/timer/timer.h" #include "content/common/content_export.h" namespace content { diff --git a/content/browser/renderer_host/text_input_client_mac.mm b/content/browser/renderer_host/text_input_client_mac.mm index ea46346..cdf56a1 100644 --- a/content/browser/renderer_host/text_input_client_mac.mm +++ b/content/browser/renderer_host/text_input_client_mac.mm @@ -7,7 +7,7 @@ #include "base/memory/singleton.h" #include "base/metrics/histogram.h" #include "base/threading/thread_restrictions.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/renderer_host/render_widget_host_impl.h" #include "content/common/text_input_client_messages.h" diff --git a/content/browser/renderer_host/touch_smooth_scroll_gesture_android.h b/content/browser/renderer_host/touch_smooth_scroll_gesture_android.h index 457f341..0b89267 100644 --- a/content/browser/renderer_host/touch_smooth_scroll_gesture_android.h +++ b/content/browser/renderer_host/touch_smooth_scroll_gesture_android.h @@ -6,7 +6,7 @@ #define CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_GESTURE_ANDROID_H_ #include "base/android/jni_android.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/renderer_host/smooth_scroll_calculator.h" #include "content/port/browser/smooth_scroll_gesture.h" diff --git a/content/browser/renderer_host/touch_smooth_scroll_gesture_aura.h b/content/browser/renderer_host/touch_smooth_scroll_gesture_aura.h index c50a440..779e02d6 100644 --- a/content/browser/renderer_host/touch_smooth_scroll_gesture_aura.h +++ b/content/browser/renderer_host/touch_smooth_scroll_gesture_aura.h @@ -5,7 +5,7 @@ #ifndef CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_ #define CONTENT_BROWSER_RENDERER_HOST_TOUCH_SMOOTH_SCROLL_GESTURE_ -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/renderer_host/smooth_scroll_calculator.h" #include "content/port/browser/smooth_scroll_gesture.h" #include "ui/gfx/point.h" diff --git a/content/browser/speech/endpointer/endpointer.cc b/content/browser/speech/endpointer/endpointer.cc index b5e8f0b..5ed48ca 100644 --- a/content/browser/speech/endpointer/endpointer.cc +++ b/content/browser/speech/endpointer/endpointer.cc @@ -4,7 +4,7 @@ #include "content/browser/speech/endpointer/endpointer.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/speech/audio_buffer.h" using base::Time; diff --git a/content/browser/speech/google_streaming_remote_engine.cc b/content/browser/speech/google_streaming_remote_engine.cc index 8097907..beacb22 100644 --- a/content/browser/speech/google_streaming_remote_engine.cc +++ b/content/browser/speech/google_streaming_remote_engine.cc @@ -12,7 +12,7 @@ #include "base/strings/string_number_conversions.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/speech/audio_buffer.h" #include "content/browser/speech/proto/google_streaming_api.pb.h" #include "content/public/common/content_switches.h" @@ -22,8 +22,8 @@ #include "net/base/escape.h" #include "net/base/load_flags.h" #include "net/url_request/url_fetcher.h" -#include "net/url_request/url_request_context_getter.h" #include "net/url_request/url_request_context.h" +#include "net/url_request/url_request_context_getter.h" #include "net/url_request/url_request_status.h" using net::URLFetcher; diff --git a/content/browser/speech/speech_recognizer_impl.cc b/content/browser/speech/speech_recognizer_impl.cc index 333d0e2..31f0e62 100644 --- a/content/browser/speech/speech_recognizer_impl.cc +++ b/content/browser/speech/speech_recognizer_impl.cc @@ -6,7 +6,7 @@ #include "base/basictypes.h" #include "base/bind.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/browser_main_loop.h" #include "content/browser/speech/audio_buffer.h" #include "content/browser/speech/google_one_shot_remote_engine.h" diff --git a/content/browser/web_contents/navigation_controller_impl.cc b/content/browser/web_contents/navigation_controller_impl.cc index d412519..183b06c 100644 --- a/content/browser/web_contents/navigation_controller_impl.cc +++ b/content/browser/web_contents/navigation_controller_impl.cc @@ -10,7 +10,7 @@ #include "base/strings/string_number_conversions.h" // Temporary #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/browser_url_handler_impl.h" #include "content/browser/dom_storage/dom_storage_context_impl.h" #include "content/browser/dom_storage/session_storage_namespace_impl.h" diff --git a/content/browser/web_contents/navigation_controller_impl.h b/content/browser/web_contents/navigation_controller_impl.h index f55f28c..10c8b88 100644 --- a/content/browser/web_contents/navigation_controller_impl.h +++ b/content/browser/web_contents/navigation_controller_impl.h @@ -5,12 +5,12 @@ #ifndef CONTENT_BROWSER_WEB_CONTENTS_NAVIGATION_CONTROLLER_IMPL_H_ #define CONTENT_BROWSER_WEB_CONTENTS_NAVIGATION_CONTROLLER_IMPL_H_ -#include "build/build_config.h" #include "base/callback.h" #include "base/compiler_specific.h" #include "base/gtest_prod_util.h" #include "base/memory/linked_ptr.h" -#include "base/time.h" +#include "base/time/time.h" +#include "build/build_config.h" #include "content/browser/ssl/ssl_manager.h" #include "content/public/browser/navigation_controller.h" #include "content/public/browser/navigation_type.h" diff --git a/content/browser/web_contents/navigation_controller_impl_unittest.cc b/content/browser/web_contents/navigation_controller_impl_unittest.cc index 736d983..be9d6ad 100644 --- a/content/browser/web_contents/navigation_controller_impl_unittest.cc +++ b/content/browser/web_contents/navigation_controller_impl_unittest.cc @@ -10,7 +10,7 @@ #include "base/stl_util.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" // These are only used for commented out tests. If someone wants to enable // them, they should be moved to chrome first. // #include "chrome/browser/history/history_service.h" diff --git a/content/browser/web_contents/navigation_entry_impl_unittest.cc b/content/browser/web_contents/navigation_entry_impl_unittest.cc index 5fc5bc3..138ed74 100644 --- a/content/browser/web_contents/navigation_entry_impl_unittest.cc +++ b/content/browser/web_contents/navigation_entry_impl_unittest.cc @@ -5,7 +5,7 @@ #include "base/strings/string16.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/site_instance_impl.h" #include "content/browser/web_contents/navigation_entry_impl.h" #include "content/public/common/ssl_status.h" diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc index 9c02c6f..4ca75b4 100644 --- a/content/browser/web_contents/web_contents_impl.cc +++ b/content/browser/web_contents/web_contents_impl.cc @@ -16,7 +16,7 @@ #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" #include "base/sys_info.h" -#include "base/time.h" +#include "base/time/time.h" #include "cc/base/switches.h" #include "content/browser/browser_plugin/browser_plugin_embedder.h" #include "content/browser/browser_plugin/browser_plugin_guest.h" diff --git a/content/browser/web_contents/web_contents_screenshot_manager.h b/content/browser/web_contents/web_contents_screenshot_manager.h index 2162cf4..23df41e 100644 --- a/content/browser/web_contents/web_contents_screenshot_manager.h +++ b/content/browser/web_contents/web_contents_screenshot_manager.h @@ -7,7 +7,7 @@ #include "base/compiler_specific.h" #include "base/memory/weak_ptr.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/common/content_export.h" class SkBitmap; diff --git a/content/browser/web_contents/web_contents_view_win.h b/content/browser/web_contents/web_contents_view_win.h index f6a84d8..2a40fae 100644 --- a/content/browser/web_contents/web_contents_view_win.h +++ b/content/browser/web_contents/web_contents_view_win.h @@ -7,7 +7,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" -#include "base/timer.h" +#include "base/timer/timer.h" #include "base/win/win_util.h" #include "content/common/content_export.h" #include "content/common/drag_event_source_info.h" diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc index 130f44a..c7c48f6 100644 --- a/content/browser/zygote_host/zygote_host_impl_linux.cc +++ b/content/browser/zygote_host/zygote_host_impl_linux.cc @@ -26,7 +26,7 @@ #include "base/strings/string_number_conversions.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/renderer_host/render_sandbox_host_linux.h" #include "content/common/zygote_commands_linux.h" #include "content/public/browser/content_browser_client.h" diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h index 1e8f901..a846b94 100644 --- a/content/child/resource_dispatcher.h +++ b/content/child/resource_dispatcher.h @@ -14,7 +14,7 @@ #include "base/memory/linked_ptr.h" #include "base/memory/weak_ptr.h" #include "base/shared_memory.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/common/content_export.h" #include "ipc/ipc_listener.h" #include "ipc/ipc_sender.h" |