Index: chrome/browser/extensions/shell_window_registry.h |
diff --git a/chrome/browser/extensions/shell_window_registry.h b/chrome/browser/extensions/shell_window_registry.h |
index 1da54a0698803788aa5b5da75b8e2bf91ed10b7d..062b2ada8cef74a4ecb248357d14f92ef3b35774 100644 |
--- a/chrome/browser/extensions/shell_window_registry.h |
+++ b/chrome/browser/extensions/shell_window_registry.h |
@@ -118,7 +118,8 @@ class ShellWindowRegistry : public ProfileKeyedService { |
content::BrowserContext* profile) const OVERRIDE; |
virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
+ virtual content::BrowserContext* GetBrowserContextToUse( |
+ content::BrowserContext* context) const OVERRIDE; |
}; |
Profile* profile_; |