From b658359fcbccccd57bb5448519ab3f9b1ff35531 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Wed, 25 Jan 2012 19:52:33 +0000 Subject: Define the public interface for content browser SiteInstance. This interface is implemented by the SiteInstanceImpl class which lives in content\browser\site_instance.cc/.h. Changes as part of creating a content API. BUG=98716 TEST=No change in functionality. Hopefully it all compiles and works. Review URL: http://codereview.chromium.org/8515027 Review URL: https://chromiumcodereview.appspot.com/9146028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119102 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/tabs/default_tab_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/tabs/default_tab_handler.h') diff --git a/chrome/browser/tabs/default_tab_handler.h b/chrome/browser/tabs/default_tab_handler.h index d5e7e8d..a866a4a 100644 --- a/chrome/browser/tabs/default_tab_handler.h +++ b/chrome/browser/tabs/default_tab_handler.h @@ -42,7 +42,7 @@ class DefaultTabHandler : public TabHandler, Profile* profile, content::PageTransition transition, bool defer_load, - SiteInstance* instance) const OVERRIDE; + content::SiteInstance* instance) const OVERRIDE; virtual bool CanDuplicateContentsAt(int index) OVERRIDE; virtual void DuplicateContentsAt(int index) OVERRIDE; virtual void CloseFrameAfterDragSession() OVERRIDE; -- cgit v1.1