| Index: chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc
|
| diff --git a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc
|
| index 0643691b123a14d31295b166bdbe0d91c4bd3e80..671fc649c7c1e095b14dbcc8870ab941e8443fe5 100644
|
| --- a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc
|
| +++ b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc
|
| @@ -9,9 +9,9 @@
|
| #include "chrome/browser/favicon/favicon_service_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/search/suggestions/suggestions_service_factory.h"
|
| -#include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| #include "chrome/browser/ui/app_list/search/suggestions/url_suggestion_result.h"
|
| +#include "components/browser_sync/browser/profile_sync_service.h"
|
| #include "components/favicon/core/favicon_service.h"
|
| #include "components/suggestions/proto/suggestions.pb.h"
|
| #include "components/suggestions/suggestions_service.h"
|
|
|