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

Unified Diff: chrome/browser/chromeos/login/users/supervised_user_manager_impl.h

Issue 444903002: [cros] user_manager component - move UserManagerBase and UserManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 months 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
Index: chrome/browser/chromeos/login/users/supervised_user_manager_impl.h
diff --git a/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h b/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h
index 05e45d46727c88f4b002cef08f755a92d375f480..eaa013f7a8035cf43ac5ea0f3f78c4f42bda8671 100644
--- a/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h
+++ b/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h
@@ -14,7 +14,7 @@
namespace chromeos {
-class ChromeUserManager;
+class ChromeUserManagerImpl;
class CrosSettings;
// Implementation of the UserManager.
@@ -60,10 +60,10 @@ class SupervisedUserManagerImpl
const std::string& token) OVERRIDE;
private:
- friend class ChromeUserManager;
+ friend class ChromeUserManagerImpl;
friend class UserManager;
- explicit SupervisedUserManagerImpl(ChromeUserManager* owner);
+ explicit SupervisedUserManagerImpl(ChromeUserManagerImpl* owner);
// Returns true if there is non-committed user creation transaction.
bool HasFailedUserCreationTransaction();
@@ -106,7 +106,7 @@ class SupervisedUserManagerImpl
void CleanPref(const std::string& user_id,
const char* key);
- ChromeUserManager* owner_;
+ ChromeUserManagerImpl* owner_;
// Interface to the signed settings store.
CrosSettings* cros_settings_;

Powered by Google App Engine
This is Rietveld 408576698