Index: trunk/src/chrome/browser/ui/app_list/app_list_service_win.h |
=================================================================== |
--- trunk/src/chrome/browser/ui/app_list/app_list_service_win.h (revision 221205) |
+++ trunk/src/chrome/browser/ui/app_list/app_list_service_win.h (working copy) |
@@ -5,25 +5,8 @@ |
#ifndef CHROME_BROWSER_UI_APP_LIST_APP_LIST_SERVICE_WIN_H_ |
#define CHROME_BROWSER_UI_APP_LIST_APP_LIST_SERVICE_WIN_H_ |
-#include "chrome/browser/ui/app_list/app_list_service_impl.h" |
+class AppListService; |
-namespace app_list{ |
-class AppListModel; |
-} |
- |
-// Exposes methods required by the AppListServiceTestApi on Windows. |
-// TODO(tapted): Put the full declaration for Windows here, and remove testing |
-// methods once they can access the implementation from the test api. |
-class AppListServiceWin : public AppListServiceImpl { |
- public: |
- AppListServiceWin() {} |
- |
- virtual app_list::AppListModel* GetAppListModelForTesting() = 0; |
- |
- private: |
- DISALLOW_COPY_AND_ASSIGN(AppListServiceWin); |
-}; |
- |
namespace chrome { |
AppListService* GetAppListServiceWin(); |