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

Side by Side Diff: ash/system/tray/special_popup_row.h

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « ash/system/tray/label_tray_view.cc ('k') | ash/system/tray/special_popup_row.cc » ('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 ASH_SYSTEM_TRAY_SPECIAL_POPUP_ROW_H_ 5 #ifndef ASH_SYSTEM_TRAY_SPECIAL_POPUP_ROW_H_
6 #define ASH_SYSTEM_TRAY_SPECIAL_POPUP_ROW_H_ 6 #define ASH_SYSTEM_TRAY_SPECIAL_POPUP_ROW_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 #include "ash/login_status.h" 9 #include "ash/common/login_status.h"
10 #include "ash/resources/vector_icons/vector_icons.h" 10 #include "ash/resources/vector_icons/vector_icons.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "ui/gfx/geometry/size.h" 12 #include "ui/gfx/geometry/size.h"
13 #include "ui/views/view.h" 13 #include "ui/views/view.h"
14 14
15 namespace ash { 15 namespace ash {
16 class ViewClickListener; 16 class ViewClickListener;
17 17
18 // Not used in material design. This class represents the bottom row of 18 // Not used in material design. This class represents the bottom row of
19 // detailed views and the bottom row of the system menu (date, help, power, 19 // detailed views and the bottom row of the system menu (date, help, power,
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 58
59 // The container for the views positioned after |content_|. 59 // The container for the views positioned after |content_|.
60 views::View* views_after_content_container_; 60 views::View* views_after_content_container_;
61 61
62 DISALLOW_COPY_AND_ASSIGN(SpecialPopupRow); 62 DISALLOW_COPY_AND_ASSIGN(SpecialPopupRow);
63 }; 63 };
64 64
65 } // namespace ash 65 } // namespace ash
66 66
67 #endif // ASH_SYSTEM_TRAY_SPECIAL_POPUP_ROW_H_ 67 #endif // ASH_SYSTEM_TRAY_SPECIAL_POPUP_ROW_H_
OLDNEW
« no previous file with comments | « ash/system/tray/label_tray_view.cc ('k') | ash/system/tray/special_popup_row.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698