diff options
Diffstat (limited to 'chrome/browser/user_style_sheet_watcher_factory.h')
-rw-r--r-- | chrome/browser/user_style_sheet_watcher_factory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/user_style_sheet_watcher_factory.h b/chrome/browser/user_style_sheet_watcher_factory.h index 0a756c4..51484f7 100644 --- a/chrome/browser/user_style_sheet_watcher_factory.h +++ b/chrome/browser/user_style_sheet_watcher_factory.h @@ -29,8 +29,8 @@ class UserStyleSheetWatcherFactory // 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); }; |