| Index: chrome/browser/ui/tabs/pinned_tab_service_factory.h
|
| diff --git a/chrome/browser/ui/tabs/pinned_tab_service_factory.h b/chrome/browser/ui/tabs/pinned_tab_service_factory.h
|
| index 4f9d672deb281387fe59cc0a0a19fd4581f61218..9137bf2ba8d035f1650cca3ef2907e024210099e 100644
|
| --- a/chrome/browser/ui/tabs/pinned_tab_service_factory.h
|
| +++ b/chrome/browser/ui/tabs/pinned_tab_service_factory.h
|
| @@ -30,7 +30,7 @@ class PinnedTabServiceFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
| virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| };
|
|
|