summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-15 11:23:59 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-15 11:23:59 +0000
commit4c154ff8753f6b9f87c289027bb00467a401be1e (patch)
tree061043819035973dab0350b83196af9c5291a538 /chrome/test/testing_profile.h
parent6812c1135479958778b00bd8eb096d59e4e86035 (diff)
downloadchromium_src-4c154ff8753f6b9f87c289027bb00467a401be1e.zip
chromium_src-4c154ff8753f6b9f87c289027bb00467a401be1e.tar.gz
chromium_src-4c154ff8753f6b9f87c289027bb00467a401be1e.tar.bz2
Move FinalStatus out of PrerenderContents, and add prerender namespace.
I had a separate CL which wanted to record cancellations of prerenders which happened prior to a PrerenderContents object being created [in the PrerenderResourceHandler]. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6503008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 89b67ce..572c96d 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -274,7 +274,7 @@ class TestingProfile : public Profile {
virtual PromoCounter* GetInstantPromoCounter();
virtual policy::ProfilePolicyContext* GetPolicyContext();
virtual ChromeURLDataManager* GetChromeURLDataManager();
- virtual PrerenderManager* GetPrerenderManager();
+ virtual prerender::PrerenderManager* GetPrerenderManager();
virtual PrefService* GetOffTheRecordPrefs();
protected: