| Index: chrome/browser/ui/app_list/app_list_syncable_service_factory.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc b/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc
|
| index 72def97ada082fc4b7d8c18fdad309a3aab8d5b5..6b4ef3e49ba667df493c0340fe7dfaa6de283d19 100644
|
| --- a/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc
|
| @@ -5,12 +5,12 @@
|
| #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h"
|
|
|
| #include "base/prefs/pref_service.h"
|
| -#include "chrome/browser/extensions/extension_system.h"
|
| #include "chrome/browser/extensions/extension_system_factory.h"
|
| #include "chrome/browser/profiles/incognito_helpers.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/app_list/app_list_syncable_service.h"
|
| #include "components/browser_context_keyed_service/browser_context_dependency_manager.h"
|
| +#include "extensions/browser/extension_system.h"
|
|
|
| namespace app_list {
|
|
|
|
|