diff options
Diffstat (limited to 'chrome/browser/tabs/default_tab_handler.h')
-rw-r--r-- | chrome/browser/tabs/default_tab_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |