| Index: components/sync_driver/sync_policy_handler.cc
|
| diff --git a/components/sync_driver/sync_policy_handler.cc b/components/sync_driver/sync_policy_handler.cc
|
| index e0ed944e95b34130f222011e6eaf6315300542f0..e70b155826e07afe48286e81237f13c962de4d1c 100644
|
| --- a/components/sync_driver/sync_policy_handler.cc
|
| +++ b/components/sync_driver/sync_policy_handler.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "components/sync_driver/sync_policy_handler.h"
|
|
|
| -#include "base/prefs/pref_value_map.h"
|
| #include "base/values.h"
|
| #include "components/policy/core/common/policy_map.h"
|
| +#include "components/prefs/pref_value_map.h"
|
| #include "components/sync_driver/pref_names.h"
|
| #include "policy/policy_constants.h"
|
|
|
|
|