| 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
|
|
|