Index: chrome/browser/protector/protector_service_factory.cc |
=================================================================== |
--- chrome/browser/protector/protector_service_factory.cc (revision 154991) |
+++ chrome/browser/protector/protector_service_factory.cc (working copy) |
@@ -43,13 +43,13 @@ |
ProtectedPrefsWatcher::RegisterUserPrefs(user_prefs); |
} |
-bool ProtectorServiceFactory::ServiceIsCreatedWithProfile() { |
+bool ProtectorServiceFactory::ServiceIsCreatedWithProfile() const { |
// ProtectorService watches changes for protected prefs so it must be started |
// right with the profile creation. |
return true; |
} |
-bool ProtectorServiceFactory::ServiceRedirectedInIncognito() { |
+bool ProtectorServiceFactory::ServiceRedirectedInIncognito() const { |
return true; |
} |