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