Skip to content

Commit

Permalink
Use a direct include of time headers in ppapi/, printing/, remoting/.
Browse files Browse the repository at this point in the history
BUG=254986
TEST=none
TBR=ben@chromium.org

Review URL: https://codereview.chromium.org/18052008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209151 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
avi@chromium.org committed Jun 28, 2013
1 parent 66e96c4 commit 5d7eb86
Show file tree
Hide file tree
Showing 58 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion ppapi/proxy/flash_resource.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "base/containers/mru_cache.h"
#include "base/debug/crash_logging.h"
#include "base/lazy_instance.h"
#include "base/time.h"
#include "base/time/time.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/private/ppb_flash.h"
#include "ppapi/c/trusted/ppb_browser_font_trusted.h"
Expand Down
2 changes: 1 addition & 1 deletion ppapi/proxy/ppb_core_proxy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "base/bind.h"
#include "base/debug/trace_event.h"
#include "base/logging.h"
#include "base/time.h"
#include "base/time/time.h"
#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/ppb_core.h"
Expand Down
2 changes: 1 addition & 1 deletion ppapi/proxy/ppp_instance_private_proxy_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "base/bind.h"
#include "base/message_loop.h"
#include "base/test/test_timeouts.h"
#include "base/time.h"
#include "base/time/time.h"
#include "ppapi/c/dev/ppb_var_deprecated.h"
#include "ppapi/c/dev/ppp_class_deprecated.h"
#include "ppapi/c/pp_var.h"
Expand Down
2 changes: 1 addition & 1 deletion ppapi/shared_impl/time_conversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef PPAPI_SHARED_IMPL_TIME_CONVERSION_H_
#define PPAPI_SHARED_IMPL_TIME_CONVERSION_H_

#include "base/time.h"
#include "base/time/time.h"
#include "ppapi/c/pp_time.h"
#include "ppapi/shared_impl/ppapi_shared_export.h"

Expand Down
2 changes: 1 addition & 1 deletion printing/print_settings_initializer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "base/i18n/time_formatting.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/utf_string_conversions.h"
#include "base/time.h"
#include "base/time/time.h"
#include "base/values.h"
#include "googleurl/src/gurl.h"
#include "printing/print_job_constants.h"
Expand Down
2 changes: 1 addition & 1 deletion printing/printing_context_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "base/message_loop.h"
#include "base/metrics/histogram.h"
#include "base/strings/utf_string_conversions.h"
#include "base/time.h"
#include "base/time/time.h"
#include "base/values.h"
#include "base/win/metro.h"
#include "printing/backend/print_backend.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/base/plugin_thread_task_runner.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "base/synchronization/lock.h"
#include "base/synchronization/waitable_event.h"
#include "base/threading/platform_thread.h"
#include "base/time.h"
#include "base/time/time.h"

namespace remoting {

Expand Down
2 changes: 1 addition & 1 deletion remoting/base/rate_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "base/basictypes.h"
#include "base/threading/non_thread_safe.h"
#include "base/time.h"
#include "base/time/time.h"

namespace remoting {

Expand Down
2 changes: 1 addition & 1 deletion remoting/base/rsa_key_pair.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "base/base64.h"
#include "base/logging.h"
#include "base/rand_util.h"
#include "base/time.h"
#include "base/time/time.h"
#include "crypto/rsa_private_key.h"
#include "crypto/signature_creator.h"
#include "net/cert/x509_util.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/base/util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "base/logging.h"
#include "base/strings/stringprintf.h"
#include "base/time.h"
#include "base/time/time.h"
#include "media/base/video_frame.h"
#include "media/base/yuv_convert.h"
#include "third_party/libyuv/include/libyuv/convert.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/client/plugin/pepper_view.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "base/message_loop.h"
#include "base/strings/string_util.h"
#include "base/synchronization/waitable_event.h"
#include "base/time.h"
#include "base/time/time.h"
#include "ppapi/cpp/completion_callback.h"
#include "ppapi/cpp/dev/graphics_2d_dev.h"
#include "ppapi/cpp/dev/view_dev.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/codec/audio_decoder_opus.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "base/logging.h"
#include "base/stl_util.h"
#include "base/time.h"
#include "base/time/time.h"
#include "remoting/proto/audio.pb.h"
#include "third_party/opus/src/include/opus.h"

Expand Down
2 changes: 1 addition & 1 deletion remoting/codec/audio_encoder_opus.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "base/bind.h"
#include "base/logging.h"
#include "base/time.h"
#include "base/time/time.h"
#include "media/base/audio_bus.h"
#include "media/base/multi_channel_resampler.h"
#include "third_party/opus/src/include/opus.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/codec/video_encoder_verbatim.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef REMOTING_CODEC_VIDEO_ENCODER_VERBATIM_H_
#define REMOTING_CODEC_VIDEO_ENCODER_VERBATIM_H_

#include "base/time.h"
#include "base/time/time.h"
#include "remoting/codec/video_encoder.h"
#include "remoting/proto/video.pb.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/codec/video_encoder_vp8.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "base/logging.h"
#include "base/sys_info.h"
#include "base/time.h"
#include "base/time/time.h"
#include "media/base/yuv_convert.h"
#include "remoting/base/util.h"
#include "remoting/proto/video.pb.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/audio_capturer_win.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/timer.h"
#include "base/timer/timer.h"
#include "base/win/scoped_co_mem.h"
#include "base/win/scoped_comptr.h"
#include "remoting/host/audio_capturer.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/capture_scheduler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "base/logging.h"
#include "base/sys_info.h"
#include "base/time.h"
#include "base/time/time.h"

namespace {

Expand Down
2 changes: 1 addition & 1 deletion remoting/host/capture_scheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef REMOTING_HOST_CAPTURE_SCHEDULER_H_
#define REMOTING_HOST_CAPTURE_SCHEDULER_H_

#include "base/time.h"
#include "base/time/time.h"
#include "remoting/base/running_average.h"

namespace remoting {
Expand Down
4 changes: 2 additions & 2 deletions remoting/host/client_session.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include "base/memory/weak_ptr.h"
#include "base/sequenced_task_runner_helpers.h"
#include "base/threading/non_thread_safe.h"
#include "base/time.h"
#include "base/timer.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "remoting/host/client_session_control.h"
#include "remoting/host/mouse_clamping_filter.h"
#include "remoting/host/remote_input_filter.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/clipboard_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "base/strings/sys_string_conversions.h"
#include "base/timer.h"
#include "base/timer/timer.h"
#include "remoting/base/constants.h"
#include "remoting/base/util.h"
#include "remoting/proto/event.pb.h"
Expand Down
4 changes: 2 additions & 2 deletions remoting/host/config_file_watcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/files/file_path_watcher.h"
#include "base/file_util.h"
#include "base/files/file_path_watcher.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/single_thread_task_runner.h"
#include "base/timer.h"
#include "base/timer/timer.h"

namespace remoting {

Expand Down
2 changes: 1 addition & 1 deletion remoting/host/continue_window.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "base/basictypes.h"
#include "base/memory/weak_ptr.h"
#include "base/timer.h"
#include "base/timer/timer.h"
#include "remoting/host/host_window.h"
#include "remoting/host/ui_strings.h"

Expand Down
4 changes: 2 additions & 2 deletions remoting/host/daemon_process_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#include "base/process.h"
#include "base/single_thread_task_runner.h"
#include "base/strings/utf_string_conversions.h"
#include "base/time.h"
#include "base/timer.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "base/win/scoped_handle.h"
#include "ipc/ipc_message.h"
#include "ipc/ipc_message_macros.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/desktop_session_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
#include "base/threading/thread_checker.h"
#include "base/timer.h"
#include "base/timer/timer.h"
#include "base/win/scoped_bstr.h"
#include "base/win/scoped_comptr.h"
#include "base/win/scoped_handle.h"
Expand Down
4 changes: 2 additions & 2 deletions remoting/host/desktop_session_win.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/time.h"
#include "base/timer.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "base/win/scoped_handle.h"
#include "ipc/ipc_platform_file.h"
#include "remoting/host/desktop_session.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/heartbeat_sender.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "base/rand_util.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/stringize_macros.h"
#include "base/time.h"
#include "base/time/time.h"
#include "remoting/base/constants.h"
#include "remoting/host/server_log_entry.h"
#include "remoting/jingle_glue/iq_sender.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/heartbeat_sender.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/timer.h"
#include "base/timer/timer.h"
#include "remoting/base/rsa_key_pair.h"
#include "remoting/jingle_glue/signal_strategy.h"

Expand Down
4 changes: 2 additions & 2 deletions remoting/host/linux/audio_pipe_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#include "base/memory/ref_counted_memory.h"
#include "base/message_loop.h"
#include "base/observer_list_threadsafe.h"
#include "base/time.h"
#include "base/timer.h"
#include "base/time/time.h"
#include "base/timer/timer.h"

namespace base {
class FilePath;
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/linux/x_server_clipboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include "base/basictypes.h"
#include "base/callback_forward.h"
#include "base/timer.h"
#include "base/timer/timer.h"

namespace remoting {

Expand Down
2 changes: 1 addition & 1 deletion remoting/host/pairing_registry_delegate_linux_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "base/run_loop.h"
#include "base/task_runner.h"
#include "base/thread_task_runner_handle.h"
#include "base/timer.h"
#include "base/timer/timer.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace remoting {
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/plugin/host_script_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "base/thread_task_runner_handle.h"
#include "base/threading/platform_thread.h"
#include "base/threading/thread.h"
#include "base/time.h"
#include "base/time/time.h"
#include "remoting/base/auto_thread_task_runner.h"
#include "remoting/host/chromoting_host_context.h"
#include "remoting/host/log_to_server.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/policy_hack/policy_watcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "base/memory/weak_ptr.h"
#include "base/single_thread_task_runner.h"
#include "base/synchronization/waitable_event.h"
#include "base/time.h"
#include "base/time/time.h"
#include "base/values.h"
#include "remoting/host/dns_blackhole_checker.h"

Expand Down
2 changes: 1 addition & 1 deletion remoting/host/policy_hack/policy_watcher_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "base/memory/weak_ptr.h"
#include "base/single_thread_task_runner.h"
#include "base/synchronization/waitable_event.h"
#include "base/time.h"
#include "base/time/time.h"
#include "base/values.h"

namespace remoting {
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/register_support_host_request.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "base/logging.h"
#include "base/message_loop.h"
#include "base/strings/string_number_conversions.h"
#include "base/time.h"
#include "base/time/time.h"
#include "remoting/base/constants.h"
#include "remoting/host/host_config.h"
#include "remoting/jingle_glue/iq_sender.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/remote_input_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/time.h"
#include "base/time/time.h"
#include "remoting/protocol/input_event_tracker.h"
#include "remoting/protocol/input_stub.h"
#include "third_party/skia/include/core/SkPoint.h"
Expand Down
4 changes: 2 additions & 2 deletions remoting/host/resizing_host_observer.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#include "base/compiler_specific.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 "remoting/host/screen_controls.h"
#include "remoting/host/screen_resolution.h"
#include "third_party/skia/include/core/SkSize.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/screen_capturer_fake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "remoting/host/screen_capturer_fake.h"

#include "base/logging.h"
#include "base/time.h"
#include "base/time/time.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_frame.h"

namespace remoting {
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/setup/daemon_controller_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "base/mac/mac_util.h"
#include "base/mac/scoped_launch_data.h"
#include "base/threading/thread.h"
#include "base/time.h"
#include "base/time/time.h"
#include "base/values.h"
#include "remoting/host/constants_mac.h"
#include "remoting/host/json_host_config.h"
Expand Down
4 changes: 2 additions & 2 deletions remoting/host/setup/daemon_controller_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
#include "base/threading/thread.h"
#include "base/time.h"
#include "base/timer.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "base/values.h"
#include "base/win/scoped_bstr.h"
#include "base/win/scoped_comptr.h"
Expand Down
4 changes: 2 additions & 2 deletions remoting/host/setup/daemon_installer_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#include "base/strings/string16.h"
#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
#include "base/time.h"
#include "base/timer.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "base/win/object_watcher.h"
#include "base/win/registry.h"
#include "base/win/scoped_bstr.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/setup/win/auth_code_getter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "remoting/host/setup/win/auth_code_getter.h"

#include "base/strings/utf_string_conversions.h"
#include "base/time.h"
#include "base/time/time.h"
#include "base/win/scoped_bstr.h"
#include "base/win/scoped_variant.h"
#include "remoting/host/setup/oauth_helper.h"
Expand Down
2 changes: 1 addition & 1 deletion remoting/host/setup/win/auth_code_getter.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "base/callback.h"
#include "base/threading/non_thread_safe.h"
#include "base/timer.h"
#include "base/timer/timer.h"
#include "base/win/scoped_comptr.h"

namespace remoting {
Expand Down
Loading

0 comments on commit 5d7eb86

Please sign in to comment.