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

Side by Side Diff: components/password_manager/core/browser/password_manager_metrics_util.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_METRICS_UTIL_H _ 5 #ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_METRICS_UTIL_H _
6 #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_METRICS_UTIL_H _ 6 #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_METRICS_UTIL_H _
7 7
8 #include <stddef.h>
9
8 #include <string> 10 #include <string>
9 11
10 class PrefService; 12 class PrefService;
11 13
12 namespace password_manager { 14 namespace password_manager {
13 15
14 namespace metrics_util { 16 namespace metrics_util {
15 17
16 // Metrics: "PasswordManager.InfoBarResponse" 18 // Metrics: "PasswordManager.InfoBarResponse"
17 enum ResponseType { 19 enum ResponseType {
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 PasswordSubmissionEvent event); 172 PasswordSubmissionEvent event);
171 173
172 // Log submission events related to password update. 174 // Log submission events related to password update.
173 void LogUpdatePasswordSubmissionEvent(UpdatePasswordSubmissionEvent event); 175 void LogUpdatePasswordSubmissionEvent(UpdatePasswordSubmissionEvent event);
174 176
175 } // namespace metrics_util 177 } // namespace metrics_util
176 178
177 } // namespace password_manager 179 } // namespace password_manager
178 180
179 #endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_METRICS_UTI L_H_ 181 #endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_METRICS_UTI L_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698