| Index: chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.cc b/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| index eda8d4a322d8070d1275acfca99f7f40d59a968b..e0fe309bb42a3171141c5f4ca501a23cd320bf54 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| @@ -23,9 +23,9 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension_constants.h"
|
| #include "chrome/grit/generated_resources.h"
|
| -#include "components/sync/api/sync_change_processor.h"
|
| -#include "components/sync/api/sync_data.h"
|
| -#include "components/sync/api/sync_merge_result.h"
|
| +#include "components/sync/model/sync_change_processor.h"
|
| +#include "components/sync/model/sync_data.h"
|
| +#include "components/sync/model/sync_merge_result.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "extensions/browser/extension_prefs.h"
|
| #include "extensions/browser/extension_system.h"
|
|
|