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

Unified Diff: components/user_manager/user_manager.h

Issue 2452983002: ChromeOS: This CL moves chromeos/login/user_names* to user_mananger. (Closed)
Patch Set: Created 4 years, 2 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: components/user_manager/user_manager.h
diff --git a/components/user_manager/user_manager.h b/components/user_manager/user_manager.h
index 32bb74eb04b61fc014d9dff1800d78f0f03da94c..bd4102dc89752939641740d3cc8984dac7be78b1 100644
--- a/components/user_manager/user_manager.h
+++ b/components/user_manager/user_manager.h
@@ -394,7 +394,7 @@ class USER_MANAGER_EXPORT UserManager {
static UserManager* instance;
private:
- friend class chromeos::ScopedUserManagerEnabler;
+ friend class ::chromeos::ScopedUserManagerEnabler;
// Same as Get() but doesn't won't crash is current instance is NULL.
static UserManager* GetForTesting();

Powered by Google App Engine
This is Rietveld 408576698