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

Side by Side Diff: components/gcm_driver/gcm_profile_service.h

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 4 years, 11 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) 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 COMPONENTS_GCM_DRIVER_GCM_PROFILE_SERVICE_H_ 5 #ifndef COMPONENTS_GCM_DRIVER_GCM_PROFILE_SERVICE_H_
6 #define COMPONENTS_GCM_DRIVER_GCM_PROFILE_SERVICE_H_ 6 #define COMPONENTS_GCM_DRIVER_GCM_PROFILE_SERVICE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback_forward.h" 10 #include "base/callback_forward.h"
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/files/file_path.h" 12 #include "base/files/file_path.h"
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/scoped_ptr.h"
16 #include "build/build_config.h"
16 #include "components/keyed_service/core/keyed_service.h" 17 #include "components/keyed_service/core/keyed_service.h"
17 #include "components/signin/core/browser/profile_identity_provider.h" 18 #include "components/signin/core/browser/profile_identity_provider.h"
18 #include "components/version_info/version_info.h" 19 #include "components/version_info/version_info.h"
19 20
20 class PrefService; 21 class PrefService;
21 class ProfileOAuth2TokenService; 22 class ProfileOAuth2TokenService;
22 class SigninManagerBase; 23 class SigninManagerBase;
23 24
24 namespace base { 25 namespace base {
25 class SequencedTaskRunner; 26 class SequencedTaskRunner;
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 scoped_ptr<IdentityObserver> identity_observer_; 91 scoped_ptr<IdentityObserver> identity_observer_;
91 #endif 92 #endif
92 93
93 DISALLOW_COPY_AND_ASSIGN(GCMProfileService); 94 DISALLOW_COPY_AND_ASSIGN(GCMProfileService);
94 }; 95 };
95 96
96 } // namespace gcm 97 } // namespace gcm
97 98
98 #endif // COMPONENTS_GCM_DRIVER_GCM_PROFILE_SERVICE_H_ 99 #endif // COMPONENTS_GCM_DRIVER_GCM_PROFILE_SERVICE_H_
99 100
OLDNEW
« no previous file with comments | « components/gcm_driver/gcm_driver_desktop_unittest.cc ('k') | components/gcm_driver/gcm_profile_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698