| 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 13cbbc014964de810b5949196373c501cbd3b6e9..cb34e92d586e913e20f042b168377ead92211c18 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,7 +15,6 @@
|
| #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"
|
| @@ -2204,7 +2203,7 @@
|
| policy::PolicyMap policy;
|
| policy.Set(policy::key::kManagedBookmarks,
|
| policy::POLICY_LEVEL_MANDATORY, policy::POLICY_SCOPE_USER,
|
| - policy::POLICY_SOURCE_CLOUD, list, nullptr);
|
| + list, NULL);
|
| policy_provider_.UpdateChromePolicy(policy);
|
| base::RunLoop().RunUntilIdle();
|
|
|
|
|