| Index: chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
|
| diff --git a/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc b/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
|
| index 3b1085f48a36e64c434ed11dba4033516c3b6483..38f8572d11c8ceafae1dde70b9753cae48a0747f 100644
|
| --- a/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
|
| +++ b/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
|
| @@ -69,6 +69,7 @@ class TestAppListControllerDelegate : public AppListControllerDelegate {
|
| virtual ~TestAppListControllerDelegate() {}
|
| virtual void DismissView() OVERRIDE {}
|
| virtual gfx::NativeWindow GetAppListWindow() OVERRIDE { return NULL; }
|
| + virtual gfx::Rect GetAppListBounds() OVERRIDE { return gfx::Rect(); }
|
| virtual gfx::ImageSkia GetWindowIcon() OVERRIDE { return gfx::ImageSkia(); }
|
| virtual bool IsAppPinned(const std::string& extension_id) OVERRIDE {
|
| return false;
|
|
|