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

Side by Side Diff: components/web_resource/notification_promo.h

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
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 COMPONENTS_WEB_RESOURCE_NOTIFICATION_PROMO_H_ 5 #ifndef COMPONENTS_WEB_RESOURCE_NOTIFICATION_PROMO_H_
6 #define COMPONENTS_WEB_RESOURCE_NOTIFICATION_PROMO_H_ 6 #define COMPONENTS_WEB_RESOURCE_NOTIFICATION_PROMO_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/macros.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "url/gurl.h" 13 #include "url/gurl.h"
14 14
15 class PrefRegistrySimple; 15 class PrefRegistrySimple;
16 class PrefService; 16 class PrefService;
17 17
18 namespace base { 18 namespace base {
19 class DictionaryValue; 19 class DictionaryValue;
20 class ListValue; 20 class ListValue;
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 bool closed_; 136 bool closed_;
137 137
138 bool new_notification_; 138 bool new_notification_;
139 139
140 DISALLOW_COPY_AND_ASSIGN(NotificationPromo); 140 DISALLOW_COPY_AND_ASSIGN(NotificationPromo);
141 }; 141 };
142 142
143 } // namespace web_resource 143 } // namespace web_resource
144 144
145 #endif // COMPONENTS_WEB_RESOURCE_NOTIFICATION_PROMO_H_ 145 #endif // COMPONENTS_WEB_RESOURCE_NOTIFICATION_PROMO_H_
OLDNEW
« no previous file with comments | « components/web_resource/eula_accepted_notifier_unittest.cc ('k') | components/web_resource/notification_promo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698