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

Unified Diff: chrome/browser/policy/cloud/cloud_policy_browsertest.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/policy/cloud/cloud_policy_browsertest.cc
diff --git a/chrome/browser/policy/cloud/cloud_policy_browsertest.cc b/chrome/browser/policy/cloud/cloud_policy_browsertest.cc
index 407dd7589de5953847a02ff0e0c672b98188e84c..2c0092a19bd37f10744db239ee2484b30f7c17c6 100644
--- a/chrome/browser/policy/cloud/cloud_policy_browsertest.cc
+++ b/chrome/browser/policy/cloud/cloud_policy_browsertest.cc
@@ -58,8 +58,8 @@
#include "chromeos/chromeos_paths.h"
#include "chromeos/cryptohome/cryptohome_parameters.h"
#include "chromeos/dbus/cryptohome_client.h"
-#include "chromeos/login/user_names.h"
#include "components/signin/core/account_id/account_id.h"
+#include "components/user_manager/user_names.h"
#else
#include "chrome/browser/policy/cloud/user_cloud_policy_manager_factory.h"
#include "chrome/browser/signin/signin_manager_factory.h"
@@ -98,7 +98,7 @@ const char* GetTestGaiaId() {
const char* GetTestUser() {
#if defined(OS_CHROMEOS)
- return chromeos::login::kStubUser;
+ return user_manager::kStubUser;
#else
return "user@example.com";
#endif

Powered by Google App Engine
This is Rietveld 408576698