| Index: chrome/browser/chromeos/file_system_provider/service_factory.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/service_factory.h b/chrome/browser/chromeos/file_system_provider/service_factory.h
|
| index 518aaa2586ab611814fe5e802fd7af660ed354b5..44b152df739e4b2b09c226ff2998c87fec0ba956 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/service_factory.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/service_factory.h
|
| @@ -41,6 +41,8 @@ class ServiceFactory : public BrowserContextKeyedServiceFactory {
|
| KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const override;
|
| bool ServiceIsCreatedWithBrowserContext() const override;
|
| + content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ServiceFactory);
|
| };
|
|
|