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

Side by Side Diff: chrome/browser/status_icons/desktop_notification_balloon.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years 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
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 CHROME_BROWSER_STATUS_ICONS_DESKTOP_NOTIFICATION_BALLOON_H_ 5 #ifndef CHROME_BROWSER_STATUS_ICONS_DESKTOP_NOTIFICATION_BALLOON_H_
6 #define CHROME_BROWSER_STATUS_ICONS_DESKTOP_NOTIFICATION_BALLOON_H_ 6 #define CHROME_BROWSER_STATUS_ICONS_DESKTOP_NOTIFICATION_BALLOON_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/strings/string16.h" 12 #include "base/strings/string16.h"
13 13
14 class Notification;
15 class Profile; 14 class Profile;
16 15
17 namespace gfx { 16 namespace gfx {
18 class ImageSkia; 17 class ImageSkia;
19 } 18 }
20 19
21 namespace message_center { 20 namespace message_center {
22 struct NotifierId; 21 struct NotifierId;
23 } 22 }
24 23
(...skipping 13 matching lines...) Expand all
38 std::string notification_id_; 37 std::string notification_id_;
39 Profile* profile_; 38 Profile* profile_;
40 39
41 // Counter to provide unique ids to notifications. 40 // Counter to provide unique ids to notifications.
42 static int id_count_; 41 static int id_count_;
43 42
44 DISALLOW_COPY_AND_ASSIGN(DesktopNotificationBalloon); 43 DISALLOW_COPY_AND_ASSIGN(DesktopNotificationBalloon);
45 }; 44 };
46 45
47 #endif // CHROME_BROWSER_STATUS_ICONS_DESKTOP_NOTIFICATION_BALLOON_H_ 46 #endif // CHROME_BROWSER_STATUS_ICONS_DESKTOP_NOTIFICATION_BALLOON_H_
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_client_certificate_selector.h ('k') | chrome/browser/status_icons/status_icon_menu_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698