| Index: chrome/browser/supervised_user/supervised_user_whitelist_service.cc
|
| diff --git a/chrome/browser/supervised_user/supervised_user_whitelist_service.cc b/chrome/browser/supervised_user/supervised_user_whitelist_service.cc
|
| index 1ca14c19b6ea18cd2a1b9b30d0bcfbb10dc88b62..103028b6d82c62da6b466ddfd852d0685bace056 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_whitelist_service.cc
|
| +++ b/chrome/browser/supervised_user/supervised_user_whitelist_service.cc
|
| @@ -22,12 +22,12 @@
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "components/prefs/scoped_user_pref_update.h"
|
| -#include "sync/api/sync_change.h"
|
| -#include "sync/api/sync_data.h"
|
| -#include "sync/api/sync_error.h"
|
| -#include "sync/api/sync_error_factory.h"
|
| -#include "sync/api/sync_merge_result.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| +#include "components/sync/api/sync_change.h"
|
| +#include "components/sync/api/sync_data.h"
|
| +#include "components/sync/api/sync_error.h"
|
| +#include "components/sync/api/sync_error_factory.h"
|
| +#include "components/sync/api/sync_merge_result.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
|
|
| const char kName[] = "name";
|
|
|
|
|