| 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 51484f71d81b84e7caeaaeb1b4866b2876c6f601..4cc730b2a634b0dbc4ab5acdafd860f6d6e39c34 100644
|
| --- a/chrome/browser/user_style_sheet_watcher_factory.h
|
| +++ b/chrome/browser/user_style_sheet_watcher_factory.h
|
| @@ -28,7 +28,7 @@ class UserStyleSheetWatcherFactory
|
|
|
| // ProfileKeyedServiceFactory:
|
| virtual scoped_refptr<RefcountedProfileKeyedService> BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
|
|