Index: chrome/browser/ui/app_list/start_page_service.h |
diff --git a/chrome/browser/ui/app_list/start_page_service.h b/chrome/browser/ui/app_list/start_page_service.h |
index 3792b6da64dc016c314a98874cfda0499cb4d443..84590fbc0f4a10d36fbf1b45d918de077729f17f 100644 |
--- a/chrome/browser/ui/app_list/start_page_service.h |
+++ b/chrome/browser/ui/app_list/start_page_service.h |
@@ -37,7 +37,6 @@ class Profile; |
namespace app_list { |
-class RecommendedApps; |
class SpeechAuthHelper; |
class SpeechRecognizer; |
class StartPageObserver; |
@@ -72,7 +71,6 @@ class StartPageService : public KeyedService, |
content::WebContents* GetStartPageContents(); |
content::WebContents* GetSpeechRecognitionContents(); |
- RecommendedApps* recommended_apps() { return recommended_apps_.get(); } |
Profile* profile() { return profile_; } |
SpeechRecognitionState state() { return state_; } |
@@ -135,7 +133,6 @@ class StartPageService : public KeyedService, |
scoped_ptr<content::WebContents> contents_; |
scoped_ptr<StartPageWebContentsDelegate> contents_delegate_; |
scoped_ptr<ProfileDestroyObserver> profile_destroy_observer_; |
- scoped_ptr<RecommendedApps> recommended_apps_; |
SpeechRecognitionState state_; |
ObserverList<StartPageObserver> observers_; |
bool speech_button_toggled_manually_; |