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

Unified Diff: components/cronet/histogram_manager.cc

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cronet/histogram_manager.h ('k') | components/cronet/histogram_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/histogram_manager.cc
diff --git a/components/cronet/histogram_manager.cc b/components/cronet/histogram_manager.cc
index afbb4478b8fb062c5e8ccd076bdca567e2eb0256..7bd54c2979ea6b848aa5726bb212010693ba1527 100644
--- a/components/cronet/histogram_manager.cc
+++ b/components/cronet/histogram_manager.cc
@@ -51,7 +51,7 @@ void HistogramManager::InconsistencyDetectedInLoggedCount(int amount) {
std::abs(amount));
}
-bool HistogramManager::GetDeltas(std::vector<uint8>* data) {
+bool HistogramManager::GetDeltas(std::vector<uint8_t>* data) {
// Clear the protobuf between calls.
uma_proto_.Clear();
histogram_snapshot_manager_.PrepareDeltas(
« no previous file with comments | « components/cronet/histogram_manager.h ('k') | components/cronet/histogram_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698