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 /chrome/service | |
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 'chrome/service')
-rw-r--r-- | chrome/service/cloud_print/print_system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/cloud_print/print_system.h b/chrome/service/cloud_print/print_system.h index a9a5a0c..cba16c3 100644 --- a/chrome/service/cloud_print/print_system.h +++ b/chrome/service/cloud_print/print_system.h @@ -10,7 +10,7 @@ #include <string> #include <vector> -#include "base/callback.h" +#include "base/callback_old.h" #include "base/memory/ref_counted.h" #include "printing/backend/print_backend.h" |