diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 03:12:54 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 03:12:54 +0000 |
commit | 8ef69229433e8d735dcd51f9412011ced82b47d0 (patch) | |
tree | 50a8139cb9431b88f9bb567ea3edd636370a9889 /remoting/client/input_handler.h | |
parent | ea5d729346a55932e1e7c3ef7bb08550d07e2c1f (diff) | |
download | chromium_src-8ef69229433e8d735dcd51f9412011ced82b47d0.zip chromium_src-8ef69229433e8d735dcd51f9412011ced82b47d0.tar.gz chromium_src-8ef69229433e8d735dcd51f9412011ced82b47d0.tar.bz2 |
Convert all of remoting/* to base::Bind().
Removing base/task.h also.
BUG=none
TEST=existing.
Review URL: http://codereview.chromium.org/8994015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/input_handler.h')
-rw-r--r-- | remoting/client/input_handler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/client/input_handler.h b/remoting/client/input_handler.h index 34265f6..e6082a2 100644 --- a/remoting/client/input_handler.h +++ b/remoting/client/input_handler.h @@ -8,7 +8,6 @@ #include <set> #include "base/basictypes.h" -#include "base/task.h" #include "remoting/proto/event.pb.h" namespace remoting { |