| Index: chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl_unittest.cc
|
| diff --git a/chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl_unittest.cc b/chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl_unittest.cc
|
| index b2f0134b3e41426dc81f781d0001e499dbeacd15..f58c1ca17cba6b707ff01363f567b3ce9fd1e7e9 100644
|
| --- a/chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl_unittest.cc
|
| +++ b/chrome/browser/chromeos/policy/affiliated_invalidation_service_provider_impl_unittest.cc
|
| @@ -188,16 +188,16 @@ FakeConsumer::GetInvalidationService() const {
|
| }
|
|
|
| AffiliatedInvalidationServiceProviderImplTest::
|
| -AffiliatedInvalidationServiceProviderImplTest()
|
| + AffiliatedInvalidationServiceProviderImplTest()
|
| : device_invalidation_service_(nullptr),
|
| profile_invalidation_service_(nullptr),
|
| fake_user_manager_(new chromeos::FakeChromeUserManager),
|
| user_manager_enabler_(fake_user_manager_),
|
| install_attributes_(
|
| - chromeos::ScopedStubInstallAttributes::CreateEnterprise(
|
| - "example.com", "device_id")),
|
| - profile_manager_(TestingBrowserProcess::GetGlobal()) {
|
| -}
|
| + chromeos::ScopedStubInstallAttributes::CreateCloudManaged(
|
| + "example.com",
|
| + "device_id")),
|
| + profile_manager_(TestingBrowserProcess::GetGlobal()) {}
|
|
|
| void AffiliatedInvalidationServiceProviderImplTest::SetUp() {
|
| chromeos::SystemSaltGetter::Initialize();
|
|
|