diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 01:25:05 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 01:25:05 +0000 |
commit | efbee203138ec32c209706ac5d31faa1c03e6a23 (patch) | |
tree | d840d8a79efffe4e37a96c92b313461ef2dd326f /remoting/client | |
parent | 7e30f6468bd77634a4397e59e9a4e04bda6f7129 (diff) | |
download | chromium_src-efbee203138ec32c209706ac5d31faa1c03e6a23.zip chromium_src-efbee203138ec32c209706ac5d31faa1c03e6a23.tar.gz chromium_src-efbee203138ec32c209706ac5d31faa1c03e6a23.tar.bz2 |
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
TBR=ben,brettw,oshima,rdsmith
Review URL: https://chromiumcodereview.appspot.com/11087021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client')
-rw-r--r-- | remoting/client/chromoting_client.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h index f826394..a03d5bc 100644 --- a/remoting/client/chromoting_client.h +++ b/remoting/client/chromoting_client.h @@ -12,7 +12,6 @@ #include "base/callback.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" -#include "base/time.h" #include "remoting/client/client_config.h" #include "remoting/client/chromoting_stats.h" #include "remoting/protocol/client_stub.h" |