summaryrefslogtreecommitdiffstats
path: root/content/browser/resource_context.h
diff options
context:
space:
mode:
authorjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 15:20:27 +0000
committerjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 15:20:27 +0000
commitb8a8accc2466b00993009be8dd1ff19cc72f37b4 (patch)
tree15399bce93e1bcdb9acbe92458b0b6671dbf2efb /content/browser/resource_context.h
parent2600591b1e92737b51c76d88b826d5999334504a (diff)
downloadchromium_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/resource_context.h')
-rw-r--r--content/browser/resource_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/resource_context.h b/content/browser/resource_context.h
index 39358f5..f5f8f52 100644
--- a/content/browser/resource_context.h
+++ b/content/browser/resource_context.h
@@ -8,7 +8,7 @@
#include <map>
#include "base/basictypes.h"
-#include "base/callback_forward.h"
+#include "base/callback.h"
#include "base/memory/ref_counted.h"
#include "content/common/content_export.h"