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

Side by Side Diff: components/signin/core/browser/signin_status_metrics_provider_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 4
5 #ifndef COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_STATUS_METRICS_PROVIDER_DELEGATE_H _ 5 #ifndef COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_STATUS_METRICS_PROVIDER_DELEGATE_H _
6 #define COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_STATUS_METRICS_PROVIDER_DELEGATE_H _ 6 #define COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_STATUS_METRICS_PROVIDER_DELEGATE_H _
7 7
8 #include <stddef.h>
9
8 #include <vector> 10 #include <vector>
9 11
10 #include "base/macros.h" 12 #include "base/macros.h"
11 #include "build/build_config.h" 13 #include "build/build_config.h"
12 14
13 class SigninManager; 15 class SigninManager;
14 class SigninStatusMetricsProvider; 16 class SigninStatusMetricsProvider;
15 17
16 // Provides information relating to the status of accounts in the embedder: how 18 // Provides information relating to the status of accounts in the embedder: how
17 // many there are, how many are open, and how many are signed in. Note that 19 // many there are, how many are open, and how many are signed in. Note that
(...skipping 30 matching lines...) Expand all
48 protected: 50 protected:
49 SigninStatusMetricsProvider* owner() { return owner_; } 51 SigninStatusMetricsProvider* owner() { return owner_; }
50 52
51 private: 53 private:
52 SigninStatusMetricsProvider* owner_; 54 SigninStatusMetricsProvider* owner_;
53 55
54 DISALLOW_COPY_AND_ASSIGN(SigninStatusMetricsProviderDelegate); 56 DISALLOW_COPY_AND_ASSIGN(SigninStatusMetricsProviderDelegate);
55 }; 57 };
56 58
57 #endif // COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_STATUS_METRICS_PROVIDER_DELEGAT E_H_ 59 #endif // COMPONENTS_SIGNIN_CORE_BROWSER_SIGNIN_STATUS_METRICS_PROVIDER_DELEGAT E_H_
OLDNEW
« no previous file with comments | « components/signin/core/browser/signin_status_metrics_provider_base.h ('k') | components/signin/core/browser/signin_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698