Index: chrome/browser/ui/tabs/pinned_tab_service_factory.cc |
=================================================================== |
--- chrome/browser/ui/tabs/pinned_tab_service_factory.cc (revision 154991) |
+++ chrome/browser/ui/tabs/pinned_tab_service_factory.cc (working copy) |
@@ -32,10 +32,10 @@ |
return new PinnedTabService(profile); |
} |
-bool PinnedTabServiceFactory::ServiceIsCreatedWithProfile() { |
+bool PinnedTabServiceFactory::ServiceIsCreatedWithProfile() const { |
return true; |
} |
-bool PinnedTabServiceFactory::ServiceIsNULLWhileTesting() { |
+bool PinnedTabServiceFactory::ServiceIsNULLWhileTesting() const { |
return true; |
} |