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

Side by Side Diff: chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win.h

Issue 1548133002: Switch to standard integer types in chrome/browser/, part 3 of 4. (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 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 CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECT ION_WIN_H_ 5 #ifndef CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECT ION_WIN_H_
6 #define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECT ION_WIN_H_ 6 #define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECT ION_WIN_H_
7 7
8 #include <windows.h> 8 #include <windows.h>
9 #include <stddef.h>
9 10
10 namespace google { 11 namespace google {
11 namespace protobuf { 12 namespace protobuf {
12 template <typename T> 13 template <typename T>
13 class RepeatedPtrField; 14 class RepeatedPtrField;
14 } 15 }
15 } 16 }
16 17
17 namespace safe_browsing { 18 namespace safe_browsing {
18 19
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 ClientIncidentReport_EnvironmentData_OS_RegistryKey>* key_data); 58 ClientIncidentReport_EnvironmentData_OS_RegistryKey>* key_data);
58 59
59 // Populates |os_data| with information about the machine's domain enrollment 60 // Populates |os_data| with information about the machine's domain enrollment
60 // status. 61 // status.
61 void CollectDomainEnrollmentData( 62 void CollectDomainEnrollmentData(
62 ClientIncidentReport_EnvironmentData_OS* os_data); 63 ClientIncidentReport_EnvironmentData_OS* os_data);
63 64
64 } // namespace safe_browsing 65 } // namespace safe_browsing
65 66
66 #endif // CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLL ECTION_WIN_H_ 67 #endif // CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLL ECTION_WIN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698