| 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;
|
| }
|
|
|