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

Side by Side Diff: components/signin/ios/browser/profile_oauth2_token_service_ios_delegate.h

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 #ifndef COMPONENTS_SIGNIN_IOS_BROWSER_PROFILE_OAUTH2_TOKEN_SERVICE_IOS_DELEGATE_ H_ 4 #ifndef COMPONENTS_SIGNIN_IOS_BROWSER_PROFILE_OAUTH2_TOKEN_SERVICE_IOS_DELEGATE_ H_
5 #define COMPONENTS_SIGNIN_IOS_BROWSER_PROFILE_OAUTH2_TOKEN_SERVICE_IOS_DELEGATE_ H_ 5 #define COMPONENTS_SIGNIN_IOS_BROWSER_PROFILE_OAUTH2_TOKEN_SERVICE_IOS_DELEGATE_ H_
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/gtest_prod_util.h" 9 #include "base/gtest_prod_util.h"
10 #include "base/macros.h"
10 #include "base/memory/linked_ptr.h" 11 #include "base/memory/linked_ptr.h"
11 #include "base/threading/thread_checker.h" 12 #include "base/threading/thread_checker.h"
12 #include "components/signin/core/browser/signin_error_controller.h" 13 #include "components/signin/core/browser/signin_error_controller.h"
13 #include "google_apis/gaia/oauth2_token_service_delegate.h" 14 #include "google_apis/gaia/oauth2_token_service_delegate.h"
14 15
15 class AccountTrackerService; 16 class AccountTrackerService;
16 class ProfileOAuth2TokenServiceIOSProvider; 17 class ProfileOAuth2TokenServiceIOSProvider;
17 18
18 class ProfileOAuth2TokenServiceIOSDelegate : public OAuth2TokenServiceDelegate { 19 class ProfileOAuth2TokenServiceIOSDelegate : public OAuth2TokenServiceDelegate {
19 public: 20 public:
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 SigninClient* client_; 118 SigninClient* client_;
118 ProfileOAuth2TokenServiceIOSProvider* provider_; 119 ProfileOAuth2TokenServiceIOSProvider* provider_;
119 AccountTrackerService* account_tracker_service_; 120 AccountTrackerService* account_tracker_service_;
120 121
121 // The error controller with which this instance was initialized, or NULL. 122 // The error controller with which this instance was initialized, or NULL.
122 SigninErrorController* signin_error_controller_; 123 SigninErrorController* signin_error_controller_;
123 124
124 DISALLOW_COPY_AND_ASSIGN(ProfileOAuth2TokenServiceIOSDelegate); 125 DISALLOW_COPY_AND_ASSIGN(ProfileOAuth2TokenServiceIOSDelegate);
125 }; 126 };
126 #endif // COMPONENTS_SIGNIN_IOS_BROWSER_PROFILE_OAUTH2_TOKEN_SERVICE_IOS_DELEGA TE_H_ 127 #endif // COMPONENTS_SIGNIN_IOS_BROWSER_PROFILE_OAUTH2_TOKEN_SERVICE_IOS_DELEGA TE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698