diff options
Diffstat (limited to 'chrome/browser/extensions/shell_window_registry.h')
-rw-r--r-- | chrome/browser/extensions/shell_window_registry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/shell_window_registry.h b/chrome/browser/extensions/shell_window_registry.h index c479f9a..696c6dc 100644 --- a/chrome/browser/extensions/shell_window_registry.h +++ b/chrome/browser/extensions/shell_window_registry.h @@ -87,8 +87,8 @@ class ShellWindowRegistry : public ProfileKeyedService { // ProfileKeyedServiceFactory virtual ProfileKeyedService* BuildServiceInstanceFor( Profile* profile) const OVERRIDE; - virtual bool ServiceIsCreatedWithProfile() OVERRIDE; - virtual bool ServiceIsNULLWhileTesting() OVERRIDE; + virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; + virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; }; ShellWindowSet shell_windows_; |