| 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 c7d96bdffdf3c9442dbf6e302a9ada3bc8981f56..f1d3f39df34423239216389eb0d5ba5e16d782a0 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service.cc
|
| @@ -7,7 +7,6 @@
|
| #include "base/command_line.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/extensions/extension_service.h"
|
| -#include "chrome/browser/extensions/extension_system.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/app_list/app_list_service.h"
|
| #include "chrome/browser/ui/app_list/extension_app_item.h"
|
| @@ -16,6 +15,7 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "content/public/browser/notification_source.h"
|
| #include "extensions/browser/extension_prefs.h"
|
| +#include "extensions/browser/extension_system.h"
|
| #include "sync/api/sync_change_processor.h"
|
| #include "sync/api/sync_data.h"
|
| #include "sync/api/sync_merge_result.h"
|
|
|