diff options
author | thestig <thestig@chromium.org> | 2014-10-28 23:09:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-29 06:09:31 +0000 |
commit | da8c2e8400a6b38a9b1944c893fe8758e6727d5f (patch) | |
tree | 16126462e0d0fed2c333b068daa3eb91c0e85701 | |
parent | 86e6e191af8b4f463fa6328aea67d1f95a654007 (diff) | |
download | chromium_src-da8c2e8400a6b38a9b1944c893fe8758e6727d5f.zip chromium_src-da8c2e8400a6b38a9b1944c893fe8758e6727d5f.tar.gz chromium_src-da8c2e8400a6b38a9b1944c893fe8758e6727d5f.tar.bz2 |
Cleanup: Remove more unused timer.h includes.
- Fix up files that used timer.h as a crutch for other #includes.
- Fix lint errors.
Review URL: https://codereview.chromium.org/673393002
Cr-Commit-Position: refs/heads/master@{#301792}
42 files changed, 27 insertions, 40 deletions
diff --git a/ash/wm/app_list_controller.h b/ash/wm/app_list_controller.h index b5dc8f3..dcb559f 100644 --- a/ash/wm/app_list_controller.h +++ b/ash/wm/app_list_controller.h @@ -9,7 +9,6 @@ #include "ash/shell_observer.h" #include "base/basictypes.h" #include "base/compiler_specific.h" -#include "base/timer/timer.h" #include "ui/app_list/pagination_model_observer.h" #include "ui/aura/client/focus_change_observer.h" #include "ui/aura/window_observer.h" diff --git a/chrome/browser/invalidation/fake_invalidation_service.cc b/chrome/browser/invalidation/fake_invalidation_service.cc index c4a6cdd..58e623c 100644 --- a/chrome/browser/invalidation/fake_invalidation_service.cc +++ b/chrome/browser/invalidation/fake_invalidation_service.cc @@ -4,6 +4,7 @@ #include "chrome/browser/invalidation/fake_invalidation_service.h" +#include "base/callback.h" #include "base/macros.h" #include "components/invalidation/invalidation_service_util.h" #include "components/invalidation/object_id_invalidation_map.h" diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h index 8ed72c1..768d7f6 100644 --- a/components/autofill/content/renderer/autofill_agent.h +++ b/components/autofill/content/renderer/autofill_agent.h @@ -12,7 +12,6 @@ #include "base/gtest_prod_util.h" #include "base/memory/weak_ptr.h" #include "base/time/time.h" -#include "base/timer/timer.h" #include "components/autofill/content/renderer/form_cache.h" #include "components/autofill/content/renderer/page_click_listener.h" #include "content/public/renderer/render_view_observer.h" diff --git a/content/browser/accessibility/browser_accessibility_state_impl.cc b/content/browser/accessibility/browser_accessibility_state_impl.cc index d258354..597b13a 100644 --- a/content/browser/accessibility/browser_accessibility_state_impl.cc +++ b/content/browser/accessibility/browser_accessibility_state_impl.cc @@ -6,7 +6,6 @@ #include "base/command_line.h" #include "base/metrics/histogram.h" -#include "base/timer/timer.h" #include "content/browser/accessibility/accessibility_mode_helper.h" #include "content/browser/renderer_host/render_widget_host_impl.h" #include "content/browser/web_contents/web_contents_impl.h" diff --git a/content/browser/android/content_video_view.h b/content/browser/android/content_video_view.h index b45f38f..bf1fc6d 100644 --- a/content/browser/android/content_video_view.h +++ b/content/browser/android/content_video_view.h @@ -13,7 +13,6 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" -#include "base/timer/timer.h" #include "ui/gfx/native_widget_types.h" namespace content { diff --git a/content/browser/compositor/io_surface_texture_mac.h b/content/browser/compositor/io_surface_texture_mac.h index b44a4b4..595c912 100644 --- a/content/browser/compositor/io_surface_texture_mac.h +++ b/content/browser/compositor/io_surface_texture_mac.h @@ -19,7 +19,6 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/time/time.h" -#include "base/timer/timer.h" #include "media/base/video_frame.h" #include "ui/gfx/native_widget_types.h" #include "ui/gfx/rect.h" diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h index 4a95e76..b6394f7 100644 --- a/content/browser/download/download_item_impl.h +++ b/content/browser/download/download_item_impl.h @@ -14,7 +14,6 @@ #include "base/memory/weak_ptr.h" #include "base/observer_list.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 632e887..8958783 100644 --- a/content/browser/download/download_resource_handler.h +++ b/content/browser/download/download_resource_handler.h @@ -9,7 +9,6 @@ #include "base/callback.h" #include "base/memory/scoped_ptr.h" -#include "base/timer/timer.h" #include "content/browser/loader/resource_handler.h" #include "content/public/browser/download_interrupt_reasons.h" #include "content/public/browser/download_manager.h" diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h index 4fbe56ff..b2de513 100644 --- a/content/browser/renderer_host/render_process_host_impl.h +++ b/content/browser/renderer_host/render_process_host_impl.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CONTENT_BROWSER_RENDERER_HOST_BROWSER_RENDER_PROCESS_HOST_IMPL_H_ -#define CONTENT_BROWSER_RENDERER_HOST_BROWSER_RENDER_PROCESS_HOST_IMPL_H_ +#ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_PROCESS_HOST_IMPL_H_ +#define CONTENT_BROWSER_RENDERER_HOST_RENDER_PROCESS_HOST_IMPL_H_ #include <map> #include <queue> @@ -12,7 +12,6 @@ #include "base/memory/scoped_ptr.h" #include "base/observer_list.h" #include "base/process/process.h" -#include "base/timer/timer.h" #include "content/browser/child_process_launcher.h" #include "content/browser/dom_storage/session_storage_namespace_impl.h" #include "content/browser/power_monitor_message_broadcaster.h" @@ -464,4 +463,4 @@ class CONTENT_EXPORT RenderProcessHostImpl } // namespace content -#endif // CONTENT_BROWSER_RENDERER_HOST_BROWSER_RENDER_PROCESS_HOST_IMPL_H_ +#endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_PROCESS_HOST_IMPL_H_ diff --git a/content/common/gpu/media/rendering_helper.h b/content/common/gpu/media/rendering_helper.h index b080f68..e66c8d5 100644 --- a/content/common/gpu/media/rendering_helper.h +++ b/content/common/gpu/media/rendering_helper.h @@ -12,7 +12,6 @@ #include "base/basictypes.h" #include "base/cancelable_callback.h" #include "base/time/time.h" -#include "base/timer/timer.h" #include "ui/gfx/geometry/rect.h" #include "ui/gfx/geometry/size.h" #include "ui/gl/gl_bindings.h" diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h index d9ae53d..e1fb45d 100644 --- a/content/plugin/webplugin_proxy.h +++ b/content/plugin/webplugin_proxy.h @@ -15,7 +15,6 @@ #include "base/memory/scoped_ptr.h" #include "base/memory/shared_memory.h" #include "base/memory/weak_ptr.h" -#include "base/timer/timer.h" #include "content/child/npapi/webplugin.h" #include "ipc/ipc_message.h" #include "ipc/ipc_sender.h" diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h index 1ee18a4..167fcb7 100644 --- a/content/renderer/render_widget.h +++ b/content/renderer/render_widget.h @@ -16,7 +16,6 @@ #include "base/memory/scoped_ptr.h" #include "base/observer_list.h" #include "base/time/time.h" -#include "base/timer/timer.h" #include "content/common/content_export.h" #include "content/common/cursors/webcursor.h" #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h" diff --git a/extensions/browser/api/system_storage/storage_info_provider.h b/extensions/browser/api/system_storage/storage_info_provider.h index 8e18554..421056be 100644 --- a/extensions/browser/api/system_storage/storage_info_provider.h +++ b/extensions/browser/api/system_storage/storage_info_provider.h @@ -10,7 +10,6 @@ #include "base/lazy_instance.h" #include "base/memory/ref_counted.h" #include "base/observer_list_threadsafe.h" -#include "base/timer/timer.h" #include "extensions/browser/api/system_info/system_info_provider.h" #include "extensions/common/api/system_storage.h" diff --git a/google_apis/gaia/oauth2_token_service.h b/google_apis/gaia/oauth2_token_service.h index ac1431f..2306c10 100644 --- a/google_apis/gaia/oauth2_token_service.h +++ b/google_apis/gaia/oauth2_token_service.h @@ -16,7 +16,6 @@ #include "base/observer_list.h" #include "base/threading/non_thread_safe.h" #include "base/time/time.h" -#include "base/timer/timer.h" #include "google_apis/gaia/google_service_auth_error.h" #include "google_apis/gaia/oauth2_access_token_consumer.h" #include "google_apis/gaia/oauth2_access_token_fetcher.h" diff --git a/google_apis/gaia/oauth2_token_service_request.cc b/google_apis/gaia/oauth2_token_service_request.cc index ee7d650..f01979d 100644 --- a/google_apis/gaia/oauth2_token_service_request.cc +++ b/google_apis/gaia/oauth2_token_service_request.cc @@ -5,6 +5,7 @@ #include "google_apis/gaia/oauth2_token_service_request.h" #include "base/bind.h" +#include "base/location.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/single_thread_task_runner.h" diff --git a/google_apis/gaia/oauth2_token_service_request_unittest.cc b/google_apis/gaia/oauth2_token_service_request_unittest.cc index 691c3542..a3ec9b5 100644 --- a/google_apis/gaia/oauth2_token_service_request_unittest.cc +++ b/google_apis/gaia/oauth2_token_service_request_unittest.cc @@ -7,6 +7,8 @@ #include <set> #include <string> #include <vector> + +#include "base/bind.h" #include "base/threading/thread.h" #include "google_apis/gaia/fake_oauth2_token_service.h" #include "google_apis/gaia/google_service_auth_error.h" diff --git a/jingle/glue/pseudotcp_adapter.cc b/jingle/glue/pseudotcp_adapter.cc index 756dbd5..5a26f7d 100644 --- a/jingle/glue/pseudotcp_adapter.cc +++ b/jingle/glue/pseudotcp_adapter.cc @@ -7,6 +7,7 @@ #include "base/compiler_specific.h" #include "base/logging.h" #include "base/time/time.h" +#include "base/timer/timer.h" #include "net/base/address_list.h" #include "net/base/completion_callback.h" #include "net/base/io_buffer.h" @@ -25,7 +26,7 @@ namespace jingle_glue { class PseudoTcpAdapter::Core : public cricket::IPseudoTcpNotify, public base::RefCounted<Core> { public: - Core(net::Socket* socket); + explicit Core(net::Socket* socket); // Functions used to implement net::StreamSocket. int Read(net::IOBuffer* buffer, int buffer_size, diff --git a/jingle/glue/pseudotcp_adapter.h b/jingle/glue/pseudotcp_adapter.h index 36c3fd0..b410b82 100644 --- a/jingle/glue/pseudotcp_adapter.h +++ b/jingle/glue/pseudotcp_adapter.h @@ -10,7 +10,6 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/threading/non_thread_safe.h" -#include "base/timer/timer.h" #include "net/base/net_log.h" #include "net/socket/stream_socket.h" #include "third_party/libjingle/source/talk/p2p/base/pseudotcp.h" @@ -26,7 +25,7 @@ class PseudoTcpAdapter : public net::StreamSocket, base::NonThreadSafe { public: // Creates an adapter for the supplied Socket. |socket| should already // be ready for use, and ownership of it will be assumed by the adapter. - PseudoTcpAdapter(net::Socket* socket); + explicit PseudoTcpAdapter(net::Socket* socket); ~PseudoTcpAdapter() override; // net::Socket implementation. @@ -91,4 +90,4 @@ class PseudoTcpAdapter : public net::StreamSocket, base::NonThreadSafe { } // namespace jingle_glue -#endif // JINGLE_GLUE_STREAM_SOCKET_ADAPTER_H_ +#endif // JINGLE_GLUE_PSEUDOTCP_ADAPTER_H_ diff --git a/media/audio/android/audio_android_unittest.cc b/media/audio/android/audio_android_unittest.cc index 3364c5f..88a7582 100644 --- a/media/audio/android/audio_android_unittest.cc +++ b/media/audio/android/audio_android_unittest.cc @@ -4,6 +4,7 @@ #include "base/android/build_info.h" #include "base/basictypes.h" +#include "base/bind.h" #include "base/files/file_util.h" #include "base/memory/scoped_ptr.h" #include "base/message_loop/message_loop.h" diff --git a/media/audio/android/audio_manager_android.cc b/media/audio/android/audio_manager_android.cc index 090f853..68dae3a 100644 --- a/media/audio/android/audio_manager_android.cc +++ b/media/audio/android/audio_manager_android.cc @@ -8,6 +8,7 @@ #include "base/android/jni_array.h" #include "base/android/jni_string.h" #include "base/android/scoped_java_ref.h" +#include "base/bind.h" #include "base/logging.h" #include "base/message_loop/message_loop.h" #include "base/strings/string_number_conversions.h" diff --git a/media/audio/audio_input_unittest.cc b/media/audio/audio_input_unittest.cc index 1d5470b..d959680 100644 --- a/media/audio/audio_input_unittest.cc +++ b/media/audio/audio_input_unittest.cc @@ -3,6 +3,7 @@ // found in the LICENSE file. #include "base/basictypes.h" +#include "base/bind.h" #include "base/environment.h" #include "base/memory/scoped_ptr.h" #include "base/message_loop/message_loop.h" diff --git a/media/audio/audio_manager_unittest.cc b/media/audio/audio_manager_unittest.cc index 902618e..eafdaab 100644 --- a/media/audio/audio_manager_unittest.cc +++ b/media/audio/audio_manager_unittest.cc @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "base/bind.h" #include "base/environment.h" #include "base/logging.h" #include "base/memory/scoped_ptr.h" diff --git a/media/audio/audio_output_dispatcher.cc b/media/audio/audio_output_dispatcher.cc index 7f3dd10..a03ae6e 100644 --- a/media/audio/audio_output_dispatcher.cc +++ b/media/audio/audio_output_dispatcher.cc @@ -4,6 +4,7 @@ #include "media/audio/audio_output_dispatcher.h" +#include "base/logging.h" #include "base/single_thread_task_runner.h" namespace media { diff --git a/media/audio/audio_output_dispatcher.h b/media/audio/audio_output_dispatcher.h index 079cba0..59521c7 100644 --- a/media/audio/audio_output_dispatcher.h +++ b/media/audio/audio_output_dispatcher.h @@ -20,7 +20,6 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" -#include "base/timer/timer.h" #include "media/audio/audio_io.h" #include "media/audio/audio_manager.h" #include "media/audio/audio_parameters.h" diff --git a/media/blink/buffered_data_source.cc b/media/blink/buffered_data_source.cc index 8bb9de1..16128f1 100644 --- a/media/blink/buffered_data_source.cc +++ b/media/blink/buffered_data_source.cc @@ -6,6 +6,7 @@ #include "base/bind.h" #include "base/callback_helpers.h" +#include "base/location.h" #include "base/single_thread_task_runner.h" #include "media/base/media_log.h" #include "net/base/net_errors.h" diff --git a/media/blink/buffered_data_source.h b/media/blink/buffered_data_source.h index a3eabe85..fc462b8 100644 --- a/media/blink/buffered_data_source.h +++ b/media/blink/buffered_data_source.h @@ -10,6 +10,7 @@ #include "base/callback.h" #include "base/memory/scoped_ptr.h" +#include "base/memory/weak_ptr.h" #include "base/synchronization/lock.h" #include "media/base/data_source.h" #include "media/base/media_export.h" @@ -35,7 +36,7 @@ class MEDIA_EXPORT BufferedDataSourceHost { virtual void AddBufferedByteRange(int64 start, int64 end) = 0; protected: - virtual ~BufferedDataSourceHost() {}; + virtual ~BufferedDataSourceHost() {} }; // A data source capable of loading URLs and buffering the data using an diff --git a/media/blink/buffered_resource_loader.h b/media/blink/buffered_resource_loader.h index fb633be..4f380ea 100644 --- a/media/blink/buffered_resource_loader.h +++ b/media/blink/buffered_resource_loader.h @@ -9,7 +9,6 @@ #include "base/callback.h" #include "base/memory/scoped_ptr.h" -#include "base/timer/timer.h" #include "media/base/media_export.h" #include "media/base/seekable_buffer.h" #include "media/blink/active_loader.h" diff --git a/media/cast/net/cast_transport_sender_impl.h b/media/cast/net/cast_transport_sender_impl.h index f5c07c9..b241ec8 100644 --- a/media/cast/net/cast_transport_sender_impl.h +++ b/media/cast/net/cast_transport_sender_impl.h @@ -21,8 +21,8 @@ // PacedSender and UdpTransport are shared between all RTP and RTCP // streams. -#ifndef MEDIA_CAST_NET_CAST_TRANSPORT_IMPL_H_ -#define MEDIA_CAST_NET_CAST_TRANSPORT_IMPL_H_ +#ifndef MEDIA_CAST_NET_CAST_TRANSPORT_SENDER_IMPL_H_ +#define MEDIA_CAST_NET_CAST_TRANSPORT_SENDER_IMPL_H_ #include "base/callback.h" #include "base/gtest_prod_util.h" @@ -31,7 +31,6 @@ #include "base/memory/weak_ptr.h" #include "base/time/tick_clock.h" #include "base/time/time.h" -#include "base/timer/timer.h" #include "media/cast/common/transport_encryption_handler.h" #include "media/cast/logging/logging_defines.h" #include "media/cast/logging/simple_event_subscriber.h" @@ -178,4 +177,4 @@ class CastTransportSenderImpl : public CastTransportSender { } // namespace cast } // namespace media -#endif // MEDIA_CAST_NET_CAST_TRANSPORT_IMPL_H_ +#endif // MEDIA_CAST_NET_CAST_TRANSPORT_SENDER_IMPL_H_ diff --git a/media/filters/video_renderer_impl_unittest.cc b/media/filters/video_renderer_impl_unittest.cc index 7bda510..1a26f0c 100644 --- a/media/filters/video_renderer_impl_unittest.cc +++ b/media/filters/video_renderer_impl_unittest.cc @@ -14,7 +14,6 @@ #include "base/strings/string_split.h" #include "base/strings/stringprintf.h" #include "base/synchronization/lock.h" -#include "base/timer/timer.h" #include "media/base/data_buffer.h" #include "media/base/gmock_callback_support.h" #include "media/base/limits.h" diff --git a/mojo/services/html_viewer/webmediaplayer_factory.cc b/mojo/services/html_viewer/webmediaplayer_factory.cc index 8e3aee4..fbb8e9d 100644 --- a/mojo/services/html_viewer/webmediaplayer_factory.cc +++ b/mojo/services/html_viewer/webmediaplayer_factory.cc @@ -4,6 +4,7 @@ #include "mojo/services/html_viewer/webmediaplayer_factory.h" +#include "base/bind.h" #include "base/files/file_path.h" #include "base/path_service.h" #include "base/threading/thread.h" diff --git a/net/disk_cache/blockfile/disk_cache_perftest.cc b/net/disk_cache/blockfile/disk_cache_perftest.cc index 5ce7e6a..9aaa7f4 100644 --- a/net/disk_cache/blockfile/disk_cache_perftest.cc +++ b/net/disk_cache/blockfile/disk_cache_perftest.cc @@ -12,7 +12,6 @@ #include "base/test/perf_time_logger.h" #include "base/test/test_file_util.h" #include "base/threading/thread.h" -#include "base/timer/timer.h" #include "net/base/cache_type.h" #include "net/base/io_buffer.h" #include "net/base/net_errors.h" diff --git a/net/disk_cache/entry_unittest.cc b/net/disk_cache/entry_unittest.cc index 826b44f..aac45ac3 100644 --- a/net/disk_cache/entry_unittest.cc +++ b/net/disk_cache/entry_unittest.cc @@ -10,7 +10,6 @@ #include "base/strings/string_util.h" #include "base/strings/stringprintf.h" #include "base/threading/platform_thread.h" -#include "base/timer/timer.h" #include "net/base/completion_callback.h" #include "net/base/io_buffer.h" #include "net/base/net_errors.h" diff --git a/net/socket/ssl_client_socket_nss.h b/net/socket/ssl_client_socket_nss.h index 0693ee8..3f89a94 100644 --- a/net/socket/ssl_client_socket_nss.h +++ b/net/socket/ssl_client_socket_nss.h @@ -17,7 +17,6 @@ #include "base/synchronization/lock.h" #include "base/threading/platform_thread.h" #include "base/time/time.h" -#include "base/timer/timer.h" #include "net/base/completion_callback.h" #include "net/base/host_port_pair.h" #include "net/base/net_export.h" diff --git a/net/tools/epoll_server/epoll_server.cc b/net/tools/epoll_server/epoll_server.cc index 72bb0db..7b60ce2 100644 --- a/net/tools/epoll_server/epoll_server.cc +++ b/net/tools/epoll_server/epoll_server.cc @@ -12,7 +12,7 @@ #include <vector> #include "base/logging.h" -#include "base/timer/timer.h" +#include "base/time/time.h" // Design notes: An efficient implementation of ready list has the following // desirable properties: diff --git a/net/tools/flip_server/flip_in_mem_edsm_server.cc b/net/tools/flip_server/flip_in_mem_edsm_server.cc index a8459b6..80c5e6c 100644 --- a/net/tools/flip_server/flip_in_mem_edsm_server.cc +++ b/net/tools/flip_server/flip_in_mem_edsm_server.cc @@ -14,7 +14,6 @@ #include "base/command_line.h" #include "base/logging.h" #include "base/synchronization/lock.h" -#include "base/timer/timer.h" #include "net/tools/balsa/split.h" #include "net/tools/flip_server/acceptor_thread.h" #include "net/tools/flip_server/constants.h" diff --git a/remoting/host/daemon_process_win.cc b/remoting/host/daemon_process_win.cc index c499fba..4c83bb0 100644 --- a/remoting/host/daemon_process_win.cc +++ b/remoting/host/daemon_process_win.cc @@ -15,7 +15,6 @@ #include "base/single_thread_task_runner.h" #include "base/strings/utf_string_conversions.h" #include "base/time/time.h" -#include "base/timer/timer.h" #include "base/win/registry.h" #include "base/win/scoped_handle.h" #include "ipc/ipc_message.h" diff --git a/remoting/host/linux/x_server_clipboard.h b/remoting/host/linux/x_server_clipboard.h index 23679e8..c8d5691 100644 --- a/remoting/host/linux/x_server_clipboard.h +++ b/remoting/host/linux/x_server_clipboard.h @@ -14,8 +14,8 @@ #include <string> #include "base/basictypes.h" -#include "base/callback_forward.h" -#include "base/timer/timer.h" +#include "base/callback.h" +#include "base/time/time.h" namespace remoting { diff --git a/remoting/host/linux/x_server_clipboard_unittest.cc b/remoting/host/linux/x_server_clipboard_unittest.cc index ea52a07..ea8ae5a 100644 --- a/remoting/host/linux/x_server_clipboard_unittest.cc +++ b/remoting/host/linux/x_server_clipboard_unittest.cc @@ -5,6 +5,7 @@ #include <string> #include "base/basictypes.h" +#include "base/bind.h" #include "remoting/base/constants.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/remoting/host/pairing_registry_delegate_linux_unittest.cc b/remoting/host/pairing_registry_delegate_linux_unittest.cc index c1c3b37..7cc0403 100644 --- a/remoting/host/pairing_registry_delegate_linux_unittest.cc +++ b/remoting/host/pairing_registry_delegate_linux_unittest.cc @@ -5,7 +5,6 @@ #include "remoting/host/pairing_registry_delegate_linux.h" #include "base/files/file_util.h" -#include "base/timer/timer.h" #include "base/values.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h index b1c3271..7bc648a 100644 --- a/remoting/protocol/connection_to_host.h +++ b/remoting/protocol/connection_to_host.h @@ -12,7 +12,6 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/threading/non_thread_safe.h" -#include "base/timer/timer.h" #include "remoting/proto/internal.pb.h" #include "remoting/protocol/clipboard_filter.h" #include "remoting/protocol/errors.h" diff --git a/ui/events/x/touch_factory_x11.h b/ui/events/x/touch_factory_x11.h index 183dc09..69eee71 100644 --- a/ui/events/x/touch_factory_x11.h +++ b/ui/events/x/touch_factory_x11.h @@ -11,7 +11,6 @@ #include <utility> #include <vector> -#include "base/timer/timer.h" #include "ui/events/events_base_export.h" #include "ui/gfx/sequential_id_generator.h" diff --git a/ui/message_center/views/toast_contents_view.cc b/ui/message_center/views/toast_contents_view.cc index 365519a..e57487b 100644 --- a/ui/message_center/views/toast_contents_view.cc +++ b/ui/message_center/views/toast_contents_view.cc @@ -9,7 +9,6 @@ #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "base/time/time.h" -#include "base/timer/timer.h" #include "ui/accessibility/ax_view_state.h" #include "ui/gfx/animation/animation_delegate.h" #include "ui/gfx/animation/slide_animation.h" |