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

Side by Side Diff: ios/chrome/browser/signin/ios_chrome_signin_status_metrics_provider_delegate.h

Issue 1544743002: Switch to standard integer types in ios/. (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 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 4
5 #ifndef IOS_CHROME_BROWSER_SIGNIN_IOS_CHROME_SIGNIN_STATUS_METRICS_PROVIDER_DELE GATE_H_ 5 #ifndef IOS_CHROME_BROWSER_SIGNIN_IOS_CHROME_SIGNIN_STATUS_METRICS_PROVIDER_DELE GATE_H_
6 #define IOS_CHROME_BROWSER_SIGNIN_IOS_CHROME_SIGNIN_STATUS_METRICS_PROVIDER_DELE GATE_H_ 6 #define IOS_CHROME_BROWSER_SIGNIN_IOS_CHROME_SIGNIN_STATUS_METRICS_PROVIDER_DELE GATE_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/macros.h"
10 #include "components/signin/core/browser/signin_status_metrics_provider_delegate .h" 11 #include "components/signin/core/browser/signin_status_metrics_provider_delegate .h"
11 #include "ios/chrome/browser/signin/signin_manager_factory_observer.h" 12 #include "ios/chrome/browser/signin/signin_manager_factory_observer.h"
12 13
13 namespace ios { 14 namespace ios {
14 class ChromeBrowserState; 15 class ChromeBrowserState;
15 } 16 }
16 17
17 class IOSChromeSigninStatusMetricsProviderDelegate 18 class IOSChromeSigninStatusMetricsProviderDelegate
18 : public SigninStatusMetricsProviderDelegate, 19 : public SigninStatusMetricsProviderDelegate,
19 public SigninManagerFactoryObserver { 20 public SigninManagerFactoryObserver {
(...skipping 11 matching lines...) Expand all
31 void SigninManagerCreated(SigninManager* manager) override; 32 void SigninManagerCreated(SigninManager* manager) override;
32 void SigninManagerShutdown(SigninManager* manager) override; 33 void SigninManagerShutdown(SigninManager* manager) override;
33 34
34 // Returns the loaded ChromeBrowserState instances. 35 // Returns the loaded ChromeBrowserState instances.
35 std::vector<ios::ChromeBrowserState*> GetLoadedChromeBrowserStates(); 36 std::vector<ios::ChromeBrowserState*> GetLoadedChromeBrowserStates();
36 37
37 DISALLOW_COPY_AND_ASSIGN(IOSChromeSigninStatusMetricsProviderDelegate); 38 DISALLOW_COPY_AND_ASSIGN(IOSChromeSigninStatusMetricsProviderDelegate);
38 }; 39 };
39 40
40 #endif // IOS_CHROME_BROWSER_SIGNIN_IOS_CHROME_SIGNIN_STATUS_METRICS_PROVIDER_D ELEGATE_H_ 41 #endif // IOS_CHROME_BROWSER_SIGNIN_IOS_CHROME_SIGNIN_STATUS_METRICS_PROVIDER_D ELEGATE_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/signin/gaia_auth_fetcher_ios.h ('k') | ios/chrome/browser/signin/signin_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698