| Index: chrome/browser/ui/views/aura/app_list/app_list_view_delegate.h
|
| diff --git a/chrome/browser/ui/views/aura/app_list/app_list_view_delegate.h b/chrome/browser/ui/views/aura/app_list/app_list_view_delegate.h
|
| index 452633be8df18baa14b87d3af306fe41b21402fa..dfee0c0cb781d45c4ddab44308a5fe4abc27a808 100644
|
| --- a/chrome/browser/ui/views/aura/app_list/app_list_view_delegate.h
|
| +++ b/chrome/browser/ui/views/aura/app_list/app_list_view_delegate.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -17,6 +17,8 @@ class AppListViewDelegate : public ash::AppListViewDelegate {
|
|
|
| private:
|
| // Overridden from ash::AppListViewDelegate:
|
| + virtual void BuildAppListModel(const std::string& query,
|
| + ash::AppListModel* model) OVERRIDE;
|
| virtual void OnAppListItemActivated(ash::AppListItemModel* item,
|
| int event_flags) OVERRIDE;
|
|
|
|
|