Index: chrome/browser/extensions/shell_window_registry.h |
=================================================================== |
--- chrome/browser/extensions/shell_window_registry.h (revision 154991) |
+++ chrome/browser/extensions/shell_window_registry.h (working copy) |
@@ -87,8 +87,8 @@ |
// 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_; |