Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Side by Side Diff: ui/app_list/views/folder_header_view.h

Issue 2484863005: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Fix another conflict Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/app_list/views/contents_view.h ('k') | ui/app_list/views/search_box_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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_VIEWS_FOLDER_HEADER_VIEW_H_ 5 #ifndef UI_APP_LIST_VIEWS_FOLDER_HEADER_VIEW_H_
6 #define UI_APP_LIST_VIEWS_FOLDER_HEADER_VIEW_H_ 6 #define UI_APP_LIST_VIEWS_FOLDER_HEADER_VIEW_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "ui/app_list/app_list_export.h" 11 #include "ui/app_list/app_list_export.h"
12 #include "ui/app_list/app_list_item_observer.h" 12 #include "ui/app_list/app_list_item_observer.h"
13 #include "ui/views/controls/button/button.h" 13 #include "ui/views/controls/button/button.h"
14 #include "ui/views/controls/textfield/textfield_controller.h" 14 #include "ui/views/controls/textfield/textfield_controller.h"
15 #include "ui/views/view.h" 15 #include "ui/views/view.h"
16 16
17 namespace views {
18 class ImageButton;
19 } // namespace views
20
21 namespace app_list { 17 namespace app_list {
22 18
23 class AppListFolderItem; 19 class AppListFolderItem;
24 class AppListFolderView;
25 class FolderHeaderViewDelegate; 20 class FolderHeaderViewDelegate;
26 21
27 namespace test { 22 namespace test {
28 class FolderHeaderViewTest; 23 class FolderHeaderViewTest;
29 } 24 }
30 25
31 // FolderHeaderView contains a back button and an editable folder name field. 26 // FolderHeaderView contains a back button and an editable folder name field.
32 class APP_LIST_EXPORT FolderHeaderView : public views::View, 27 class APP_LIST_EXPORT FolderHeaderView : public views::View,
33 public views::TextfieldController, 28 public views::TextfieldController,
34 public views::ButtonListener, 29 public views::ButtonListener,
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 FolderHeaderViewDelegate* delegate_; 82 FolderHeaderViewDelegate* delegate_;
88 83
89 bool folder_name_visible_; 84 bool folder_name_visible_;
90 85
91 DISALLOW_COPY_AND_ASSIGN(FolderHeaderView); 86 DISALLOW_COPY_AND_ASSIGN(FolderHeaderView);
92 }; 87 };
93 88
94 } // namespace app_list 89 } // namespace app_list
95 90
96 #endif // UI_APP_LIST_VIEWS_FOLDER_HEADER_VIEW_H_ 91 #endif // UI_APP_LIST_VIEWS_FOLDER_HEADER_VIEW_H_
OLDNEW
« no previous file with comments | « ui/app_list/views/contents_view.h ('k') | ui/app_list/views/search_box_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698