| Index: chrome/browser/user_style_sheet_watcher_factory.h
|
| ===================================================================
|
| --- chrome/browser/user_style_sheet_watcher_factory.h (revision 154991)
|
| +++ chrome/browser/user_style_sheet_watcher_factory.h (working copy)
|
| @@ -29,8 +29,8 @@
|
| // ProfileKeyedServiceFactory:
|
| virtual scoped_refptr<RefcountedProfileKeyedService> BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() OVERRIDE;
|
| - virtual bool ServiceIsNULLWhileTesting() OVERRIDE;
|
| + virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UserStyleSheetWatcherFactory);
|
| };
|
|
|