| Index: chrome/browser/ui/app_list/app_list_service_unittest.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_unittest.cc b/chrome/browser/ui/app_list/app_list_service_unittest.cc
|
| index 812d638628b560a1a5fd619ecaf0ed3dd4e766f5..c7d3107911519929a4e461535d24d3d00fffc724 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_unittest.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_unittest.cc
|
| @@ -56,6 +56,7 @@ class TestingAppListServiceImpl : public AppListServiceImpl {
|
| }
|
|
|
| void ShowForCustomLauncherPage(Profile* profile) override {}
|
| + void HideCustomLauncherPage() override {}
|
|
|
| void DismissAppList() override { showing_for_profile_ = NULL; }
|
|
|
|
|