Index: chrome/browser/ui/app_list/start_page_service.cc |
diff --git a/chrome/browser/ui/app_list/start_page_service.cc b/chrome/browser/ui/app_list/start_page_service.cc |
index ee2bb06ac7c43909ac87aa6cb09ed8cb9f412b22..e08d8ef3dc09362871d901161c94110e1ca2b8b0 100644 |
--- a/chrome/browser/ui/app_list/start_page_service.cc |
+++ b/chrome/browser/ui/app_list/start_page_service.cc |
@@ -17,7 +17,6 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/search/hotword_service.h" |
#include "chrome/browser/search/hotword_service_factory.h" |
-#include "chrome/browser/ui/app_list/recommended_apps.h" |
#include "chrome/browser/ui/app_list/speech_auth_helper.h" |
#include "chrome/browser/ui/app_list/speech_recognizer.h" |
#include "chrome/browser/ui/app_list/start_page_observer.h" |
@@ -205,7 +204,6 @@ StartPageService* StartPageService::Get(Profile* profile) { |
StartPageService::StartPageService(Profile* profile) |
: profile_(profile), |
profile_destroy_observer_(new ProfileDestroyObserver(this)), |
- recommended_apps_(new RecommendedApps(profile)), |
state_(app_list::SPEECH_RECOGNITION_OFF), |
speech_button_toggled_manually_(false), |
speech_result_obtained_(false), |