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

Unified Diff: content/child/resource_scheduling_filter.cc

Issue 1544273002: Switch to standard integer types in content/. (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 | « content/child/resource_scheduling_filter.h ('k') | content/child/runtime_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_scheduling_filter.cc
diff --git a/content/child/resource_scheduling_filter.cc b/content/child/resource_scheduling_filter.cc
index 9f6283ef5fd865ea0c5eaf78e17f2dc5b1e98337..0c086a4d7fe5a95796a70f12be1959afb65d5b7c 100644
--- a/content/child/resource_scheduling_filter.cc
+++ b/content/child/resource_scheduling_filter.cc
@@ -91,7 +91,7 @@ void ResourceSchedulingFilter::ClearRequestIdTaskRunner(int id) {
}
bool ResourceSchedulingFilter::GetSupportedMessageClasses(
- std::vector<uint32>* supported_message_classes) const {
+ std::vector<uint32_t>* supported_message_classes) const {
supported_message_classes->push_back(ResourceMsgStart);
return true;
}
« no previous file with comments | « content/child/resource_scheduling_filter.h ('k') | content/child/runtime_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698