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

Unified Diff: components/user_manager/user.h

Issue 745613002: [cros] Cleanup: remove LoginUtils (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get rid of FakeChromeUserManager usage in ExistingUserController* tests Created 5 years, 10 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
« no previous file with comments | « chromeos/login/auth/stub_authenticator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user.h
diff --git a/components/user_manager/user.h b/components/user_manager/user.h
index 684a00350680e35350d44139d2ea3f1161f88abd..a413cce1806eaa8b14a9ef1fda2399b3924a5ed1 100644
--- a/components/user_manager/user.h
+++ b/components/user_manager/user.h
@@ -19,7 +19,6 @@
namespace chromeos {
class ChromeUserManagerImpl;
-class FakeLoginUtils;
class FakeChromeUserManager;
class MockUserManager;
class SupervisedUserManagerImpl;
@@ -173,7 +172,6 @@ class USER_MANAGER_EXPORT User : public UserInfo {
friend class FakeUserManager;
friend class chromeos::FakeChromeUserManager;
friend class chromeos::MockUserManager;
- friend class chromeos::FakeLoginUtils;
friend class chromeos::UserAddingScreenTest;
// Do not allow anyone else to create new User instances.
« no previous file with comments | « chromeos/login/auth/stub_authenticator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698