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

Unified Diff: chrome/browser/profiles/profile_manager_unittest.cc

Issue 2452983002: ChromeOS: This CL moves chromeos/login/user_names* to user_mananger. (Closed)
Patch Set: Remove unused include 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: chrome/browser/profiles/profile_manager_unittest.cc
diff --git a/chrome/browser/profiles/profile_manager_unittest.cc b/chrome/browser/profiles/profile_manager_unittest.cc
index 54adacdbc36e84f1843905ee169638d351ad0251..6a66ac55f2c3c9a757d50e71e551db91e13a9ff6 100644
--- a/chrome/browser/profiles/profile_manager_unittest.cc
+++ b/chrome/browser/profiles/profile_manager_unittest.cc
@@ -56,8 +56,8 @@
#include "chrome/browser/chromeos/settings/cros_settings.h"
#include "chrome/browser/chromeos/settings/device_settings_service.h"
#include "chromeos/chromeos_switches.h"
-#include "chromeos/login/user_names.h"
#include "components/user_manager/user_manager.h"
+#include "components/user_manager/user_names.h"
#endif // defined(OS_CHROMEOS)
using base::ASCIIToUTF16;
@@ -515,7 +515,7 @@ class ProfileManagerGuestTest : public ProfileManagerTest {
cl->AppendSwitch(::switches::kIncognito);
chromeos::WallpaperManager::Initialize();
- RegisterUser(chromeos::login::kGuestUserName);
+ RegisterUser(user_manager::kGuestUserName);
#endif
}
};

Powered by Google App Engine
This is Rietveld 408576698