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

Side by Side Diff: ash/system/power/tray_power.h

Issue 10693135: Remove #pragma once from ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « ash/system/power/power_status_view.h ('k') | ash/system/settings/tray_settings.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) 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 ASH_SYSTEM_POWER_TRAY_POWER_H_ 5 #ifndef ASH_SYSTEM_POWER_TRAY_POWER_H_
6 #define ASH_SYSTEM_POWER_TRAY_POWER_H_ 6 #define ASH_SYSTEM_POWER_TRAY_POWER_H_
7 #pragma once
8 7
9 #include "ash/system/power/power_status_observer.h" 8 #include "ash/system/power/power_status_observer.h"
10 #include "ash/system/tray/system_tray_item.h" 9 #include "ash/system/tray/system_tray_item.h"
11 10
12 class SkBitmap; 11 class SkBitmap;
13 12
14 namespace gfx { 13 namespace gfx {
15 class ImageSkia; 14 class ImageSkia;
16 } 15 }
17 16
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 tray::PowerNotificationView* notification_view_; 63 tray::PowerNotificationView* notification_view_;
65 NotificationState notification_state_; 64 NotificationState notification_state_;
66 65
67 DISALLOW_COPY_AND_ASSIGN(TrayPower); 66 DISALLOW_COPY_AND_ASSIGN(TrayPower);
68 }; 67 };
69 68
70 } // namespace internal 69 } // namespace internal
71 } // namespace ash 70 } // namespace ash
72 71
73 #endif // ASH_SYSTEM_POWER_TRAY_POWER_H_ 72 #endif // ASH_SYSTEM_POWER_TRAY_POWER_H_
OLDNEW
« no previous file with comments | « ash/system/power/power_status_view.h ('k') | ash/system/settings/tray_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698