summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/test_backing_store.h
diff options
context:
space:
mode:
authorerikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 14:53:36 +0000
committererikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 14:53:36 +0000
commit36f7605d0050f7f5066da308125f4b33e31c18cc (patch)
tree6f4ae83795917a5d68ff6c2794e0e85f00c82bb0 /content/browser/renderer_host/test_backing_store.h
parent225020ce43ccb72f34a73c62dd4aec7861ea94d6 (diff)
downloadchromium_src-36f7605d0050f7f5066da308125f4b33e31c18cc.zip
chromium_src-36f7605d0050f7f5066da308125f4b33e31c18cc.tar.gz
chromium_src-36f7605d0050f7f5066da308125f4b33e31c18cc.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111936 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/renderer_host/test_backing_store.h')
-rw-r--r--content/browser/renderer_host/test_backing_store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/renderer_host/test_backing_store.h b/content/browser/renderer_host/test_backing_store.h
index 05da4e6..d3bfa64 100644
--- a/content/browser/renderer_host/test_backing_store.h
+++ b/content/browser/renderer_host/test_backing_store.h
@@ -7,6 +7,7 @@
#pragma once
#include "base/basictypes.h"
+#include "base/compiler_specific.h"
#include "content/browser/renderer_host/backing_store.h"
class TestBackingStore : public BackingStore {