Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2996)

Unified Diff: chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h

Issue 790183002: Revert of Call to CrosSettings::Set() is replaced by OwnerSettingsService::Set() in VersionUpda... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698