OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_ | 5 #ifndef UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_ |
6 #define UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_ | 6 #define UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_ |
7 | 7 |
8 #include "base/string16.h" | 8 #include "base/strings/string16.h" |
9 #include "ui/app_list/app_list_export.h" | 9 #include "ui/app_list/app_list_export.h" |
10 | 10 |
11 namespace gfx { | 11 namespace gfx { |
12 class ImageSkia; | 12 class ImageSkia; |
13 } | 13 } |
14 | 14 |
15 namespace app_list { | 15 namespace app_list { |
16 | 16 |
17 class AppListItemModel; | 17 class AppListItemModel; |
18 class AppListModel; | 18 class AppListModel; |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 // Open the help UI. | 77 // Open the help UI. |
78 virtual void OpenHelp() = 0; | 78 virtual void OpenHelp() = 0; |
79 | 79 |
80 // Open the feedback UI. | 80 // Open the feedback UI. |
81 virtual void OpenFeedback() = 0; | 81 virtual void OpenFeedback() = 0; |
82 }; | 82 }; |
83 | 83 |
84 } // namespace app_list | 84 } // namespace app_list |
85 | 85 |
86 #endif // UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_ | 86 #endif // UI_APP_LIST_APP_LIST_VIEW_DELEGATE_H_ |
OLD | NEW |