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 /remoting/protocol/connection_to_host.h | |
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}
Diffstat (limited to 'remoting/protocol/connection_to_host.h')
-rw-r--r-- | remoting/protocol/connection_to_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
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" |