| Index: chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc
|
| diff --git a/chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc b/chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc
|
| index 2610d99d7d8075951580c667a982895db46caece..dfd88bc5fe9002e3225d19822d6c4dd7147b89ca 100644
|
| --- a/chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc
|
| +++ b/chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc
|
| @@ -18,6 +18,7 @@
|
| #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 "components/policy/policy_constants.h"
|
| #include "components/sync/api/attachments/attachment_id.h"
|
| #include "components/sync/api/fake_sync_change_processor.h"
|
| #include "components/sync/api/sync_change.h"
|
| @@ -29,7 +30,6 @@
|
| #include "components/syncable_prefs/synced_pref_change_registrar.h"
|
| #include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| #include "content/public/test/test_utils.h"
|
| -#include "policy/policy_constants.h"
|
|
|
| namespace {
|
|
|
|
|