| Index: chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc b/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
|
| index cb34e92d586e913e20f042b168377ead92211c18..13cbbc014964de810b5949196373c501cbd3b6e9 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
|
| @@ -15,6 +15,7 @@
|
| #include "components/bookmarks/browser/bookmark_node.h"
|
| #include "components/policy/core/common/mock_configuration_policy_provider.h"
|
| #include "components/policy/core/common/policy_map.h"
|
| +#include "components/policy/core/common/policy_types.h"
|
| #include "policy/policy_constants.h"
|
| #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| @@ -2203,7 +2204,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientBookmarksSyncTest, ManagedBookmarks) {
|
| policy::PolicyMap policy;
|
| policy.Set(policy::key::kManagedBookmarks,
|
| policy::POLICY_LEVEL_MANDATORY, policy::POLICY_SCOPE_USER,
|
| - list, NULL);
|
| + policy::POLICY_SOURCE_CLOUD, list, nullptr);
|
| policy_provider_.UpdateChromePolicy(policy);
|
| base::RunLoop().RunUntilIdle();
|
|
|
|
|