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

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

Issue 268813004: app_list: Another pass of cpplint.py to make it clean. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months 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 | Annotate | Revision Log
« no previous file with comments | « ui/app_list/views/search_result_view.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_TOP_ICON_ANIMATION_VIEW_H 5 #ifndef UI_APP_LIST_VIEWS_TOP_ICON_ANIMATION_VIEW_H_
6 #define UI_APP_LIST_VIEWS_TOP_ICON_ANIMATION_VIEW_H 6 #define UI_APP_LIST_VIEWS_TOP_ICON_ANIMATION_VIEW_H_
7 7
8 #include "base/observer_list.h" 8 #include "base/observer_list.h"
9 #include "ui/compositor/layer_animation_observer.h" 9 #include "ui/compositor/layer_animation_observer.h"
10 #include "ui/views/view.h" 10 #include "ui/views/view.h"
11 11
12 namespace views { 12 namespace views {
13 class ImageView; 13 class ImageView;
14 } 14 }
15 15
16 namespace app_list { 16 namespace app_list {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 // true: opening folder; false: closing folder. 68 // true: opening folder; false: closing folder.
69 bool open_folder_; 69 bool open_folder_;
70 70
71 ObserverList<TopIconAnimationObserver> observers_; 71 ObserverList<TopIconAnimationObserver> observers_;
72 72
73 DISALLOW_COPY_AND_ASSIGN(TopIconAnimationView); 73 DISALLOW_COPY_AND_ASSIGN(TopIconAnimationView);
74 }; 74 };
75 75
76 } // namespace app_list 76 } // namespace app_list
77 77
78 #endif // UI_APP_LIST_VIEWS_TOP_ICON_ANIMATION_VIEW_H 78 #endif // UI_APP_LIST_VIEWS_TOP_ICON_ANIMATION_VIEW_H_
OLDNEW
« no previous file with comments | « ui/app_list/views/search_result_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698