| Index: chrome/browser/ui/app_list/app_list_syncable_service.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.h b/chrome/browser/ui/app_list/app_list_syncable_service.h
|
| index f5c93b6eb3b932ab7c3fdee0fcdb43be5c3f7172..6359b30f767ad4dbcdf550bd3074161db849b413 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service.h
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service.h
|
| @@ -16,12 +16,12 @@
|
| #include "chrome/browser/apps/drive/drive_app_uninstall_sync_service.h"
|
| #include "chrome/browser/sync/glue/sync_start_util.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| -#include "sync/api/string_ordinal.h"
|
| -#include "sync/api/sync_change.h"
|
| -#include "sync/api/sync_change_processor.h"
|
| -#include "sync/api/sync_error_factory.h"
|
| -#include "sync/api/syncable_service.h"
|
| -#include "sync/protocol/app_list_specifics.pb.h"
|
| +#include "components/sync/api/string_ordinal.h"
|
| +#include "components/sync/api/sync_change.h"
|
| +#include "components/sync/api/sync_change_processor.h"
|
| +#include "components/sync/api/sync_error_factory.h"
|
| +#include "components/sync/api/syncable_service.h"
|
| +#include "components/sync/protocol/app_list_specifics.pb.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| class ArcAppModelBuilder;
|
|
|