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

Unified Diff: chrome/browser/sync/test/integration/profile_sync_service_harness.cc

Issue 335833003: Rename "managed (mode|user)" to "supervised user" (part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments (+ a few other cleanups) Created 6 years, 6 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/sync/test/integration/profile_sync_service_harness.cc
diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
index d9125c41d5ddd4d5e0177e8fad3299ebc0a71369..092df7ff18609490ed5cd065e806c4a6ccfe84d8 100644
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
@@ -33,7 +33,7 @@
#include "sync/internal_api/public/util/sync_string_conversions.h"
#if defined(ENABLE_MANAGED_USERS)
-#include "chrome/browser/managed_mode/managed_user_constants.h"
+#include "chrome/browser/supervised_user/supervised_user_constants.h"
#endif
using syncer::sessions::SyncSessionSnapshot;
@@ -162,7 +162,7 @@ bool ProfileSyncServiceHarness::SetupSync(
#if defined(ENABLE_MANAGED_USERS)
std::string account_id = profile_->IsSupervised() ?
- managed_users::kManagedUserPseudoEmail : username_;
+ supervised_users::kSupervisedUserPseudoEmail : username_;
#else
std::string account_id = username_;
#endif

Powered by Google App Engine
This is Rietveld 408576698