Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / app_list / app_list_service_impl.h
index 213da34..9cc514c 100644 (file)
@@ -15,7 +15,6 @@
 #include "chrome/browser/profiles/profile.h"
 #include "chrome/browser/profiles/profile_info_cache_observer.h"
 #include "chrome/browser/ui/app_list/app_list_service.h"
-#include "chrome/browser/ui/app_list/keep_alive_service.h"
 #include "chrome/browser/ui/app_list/profile_loader.h"
 
 class ProfileStore;
@@ -31,10 +30,9 @@ class AppListServiceImpl : public AppListService,
   virtual ~AppListServiceImpl();
 
   // Constructor used for testing.
-  AppListServiceImpl(const CommandLine& command_line,
+  AppListServiceImpl(const base::CommandLine& command_line,
                      PrefService* local_state,
-                     scoped_ptr<ProfileStore> profile_store,
-                     scoped_ptr<KeepAliveService> keep_alive_service);
+                     scoped_ptr<ProfileStore> profile_store);
 
   void RecordAppListLaunch();
   static void RecordAppListAppLaunch();
@@ -83,7 +81,7 @@ class AppListServiceImpl : public AppListService,
 
   scoped_ptr<ProfileStore> profile_store_;
   base::WeakPtrFactory<AppListServiceImpl> weak_factory_;
-  CommandLine command_line_;
+  base::CommandLine command_line_;
   PrefService* local_state_;
   scoped_ptr<ProfileLoader> profile_loader_;