| Index: chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
|
| diff --git a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
|
| index 1774fa7b01d8e17a4e48a480fb6f4a3b77c1733d..c88067348f0f32f7df3d8da8a90a32357218e60c 100644
|
| --- a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
|
| +++ b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
|
| @@ -12,7 +12,10 @@
|
| #include "components/keyed_service/content/browser_context_keyed_service_factory.h"
|
|
|
| class KeyedService;
|
| -class Profile;
|
| +
|
| +namespace content {
|
| +class BrowserContext;
|
| +}
|
|
|
| namespace ownership {
|
| class OwnerKeyUtil;
|
| @@ -26,7 +29,8 @@
|
| class OwnerSettingsServiceChromeOSFactory
|
| : public BrowserContextKeyedServiceFactory {
|
| public:
|
| - static OwnerSettingsServiceChromeOS* GetForProfile(Profile* profile);
|
| + static OwnerSettingsServiceChromeOS* GetForBrowserContext(
|
| + content::BrowserContext* context);
|
|
|
| static OwnerSettingsServiceChromeOSFactory* GetInstance();
|
|
|
|
|