| Index: content/browser/histogram_internals_request_job.cc
|
| diff --git a/content/browser/histogram_internals_request_job.cc b/content/browser/histogram_internals_request_job.cc
|
| index 0c4cf1d3bb2a695d3b37df1f8595c1c1db225fa0..e29dfca5e42010c78e6360223faff139a3c12ee5 100644
|
| --- a/content/browser/histogram_internals_request_job.cc
|
| +++ b/content/browser/histogram_internals_request_job.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/metrics/histogram.h"
|
| #include "base/metrics/statistics_recorder.h"
|
| -#include "base/profiler/scoped_profile.h"
|
| +#include "base/profiler/scoped_tracker.h"
|
| #include "content/browser/histogram_synchronizer.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/net_errors.h"
|
| @@ -60,8 +60,8 @@ int HistogramInternalsRequestJob::GetData(
|
| std::string* charset,
|
| std::string* data,
|
| const net::CompletionCallback& callback) const {
|
| - // TODO(vadimt): Remove ScopedProfile below once crbug.com/422489 is fixed.
|
| - tracked_objects::ScopedProfile tracking_profile(
|
| + // TODO(vadimt): Remove ScopedTracker below once crbug.com/422489 is fixed.
|
| + tracked_objects::ScopedTracker tracking_profile(
|
| FROM_HERE_WITH_EXPLICIT_FUNCTION(
|
| "422489 HistogramInternalsRequestJob::GetData"));
|
|
|
|
|