diff options
author | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-29 15:20:27 +0000 |
---|---|---|
committer | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-29 15:20:27 +0000 |
commit | b8a8accc2466b00993009be8dd1ff19cc72f37b4 (patch) | |
tree | 15399bce93e1bcdb9acbe92458b0b6671dbf2efb /content/browser/font_list_async.h | |
parent | 2600591b1e92737b51c76d88b826d5999334504a (diff) | |
download | chromium_src-b8a8accc2466b00993009be8dd1ff19cc72f37b4.zip chromium_src-b8a8accc2466b00993009be8dd1ff19cc72f37b4.tar.gz chromium_src-b8a8accc2466b00993009be8dd1ff19cc72f37b4.tar.bz2 |
Revert 111936 - Use callback_forward.h instead of callback.h where possible.
callback_forward.h will be committed separately, before this commit, and is included here only to assist in running try jobs. It will be removed before the final commit.
You are asked to review this as you have OWNERS for these files.
BUG=None
TEST=Compiles
R=jam@chromium.org
Review URL: http://codereview.chromium.org/8699010
TBR=erikwright@chromium.org
Review URL: http://codereview.chromium.org/8726036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/font_list_async.h')
-rw-r--r-- | content/browser/font_list_async.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/font_list_async.h b/content/browser/font_list_async.h index 3f73ab2..e9e9435 100644 --- a/content/browser/font_list_async.h +++ b/content/browser/font_list_async.h @@ -5,7 +5,7 @@ #ifndef CONTENT_BROWSER_FONT_LIST_ASYNC_H_ #define CONTENT_BROWSER_FONT_LIST_ASYNC_H_ -#include "base/callback_forward.h" +#include "base/callback.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "content/common/content_export.h" |