| Index: net/http/partial_data.cc
|
| diff --git a/net/http/partial_data.cc b/net/http/partial_data.cc
|
| index a453ba4a6e202caee42ddb39a7c2fc5cf4468873..247d76b5e935a5da6eea91ee2062f99d6bf52029 100644
|
| --- a/net/http/partial_data.cc
|
| +++ b/net/http/partial_data.cc
|
| @@ -8,7 +8,7 @@
|
| #include "base/bind_helpers.h"
|
| #include "base/format_macros.h"
|
| #include "base/logging.h"
|
| -#include "base/profiler/scoped_profile.h"
|
| +#include "base/profiler/scoped_tracker.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| @@ -90,8 +90,8 @@ int PartialData::Core::GetAvailableRange(disk_cache::Entry* entry, int64 offset,
|
| }
|
|
|
| void PartialData::Core::OnIOComplete(int result) {
|
| - // TODO(vadimt): Remove ScopedProfile below once crbug.com/422516 is fixed.
|
| - tracked_objects::ScopedProfile tracking_profile(
|
| + // TODO(vadimt): Remove ScopedTracker below once crbug.com/422516 is fixed.
|
| + tracked_objects::ScopedTracker tracking_profile(
|
| FROM_HERE_WITH_EXPLICIT_FUNCTION(
|
| "422516 PartialData::Core::OnIOComplete"));
|
|
|
|
|