| Index: chrome/browser/user_style_sheet_watcher_factory.h
|
| diff --git a/chrome/browser/user_style_sheet_watcher_factory.h b/chrome/browser/user_style_sheet_watcher_factory.h
|
| index 4cc730b2a634b0dbc4ab5acdafd860f6d6e39c34..cfdb10da2a58f4db72b356b1611d8f055eace0ef 100644
|
| --- a/chrome/browser/user_style_sheet_watcher_factory.h
|
| +++ b/chrome/browser/user_style_sheet_watcher_factory.h
|
| @@ -29,7 +29,8 @@ class UserStyleSheetWatcherFactory
|
| // ProfileKeyedServiceFactory:
|
| virtual scoped_refptr<RefcountedProfileKeyedService> BuildServiceInstanceFor(
|
| content::BrowserContext* context) const OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UserStyleSheetWatcherFactory);
|
|
|