diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 03:49:43 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 03:49:43 +0000 |
commit | 8b43b064460283034234dde05695ad08ce12e5d7 (patch) | |
tree | a1e18fb5157603cbbf6742cfaad1703ecb98260e /remoting | |
parent | 96fe50e3c30274d1ccb23704c9318857631c549d (diff) | |
download | chromium_src-8b43b064460283034234dde05695ad08ce12e5d7.zip chromium_src-8b43b064460283034234dde05695ad08ce12e5d7.tar.gz chromium_src-8b43b064460283034234dde05695ad08ce12e5d7.tar.bz2 |
iwyu: Use callback_old.h where appropriate, part 2.
BUG=none
TEST=none
R=thakis@chromium.org
Review URL: http://codereview.chromium.org/6995007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84753 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/capturer.h | 2 | ||||
-rw-r--r-- | remoting/host/register_support_host_request.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/capturer.h b/remoting/host/capturer.h index 0adf45b..5b95294 100644 --- a/remoting/host/capturer.h +++ b/remoting/host/capturer.h @@ -6,7 +6,7 @@ #define REMOTING_HOST_CAPTURER_H_ #include "base/basictypes.h" -#include "base/callback.h" +#include "base/callback_old.h" #include "remoting/base/capture_data.h" #include "remoting/base/types.h" diff --git a/remoting/host/register_support_host_request.h b/remoting/host/register_support_host_request.h index 3e90dcf..b8f904e 100644 --- a/remoting/host/register_support_host_request.h +++ b/remoting/host/register_support_host_request.h @@ -7,7 +7,7 @@ #include <string> -#include "base/callback.h" +#include "base/callback_old.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "remoting/host/host_key_pair.h" |