| Index: net/spdy/spdy_session.cc
|
| diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
|
| index 6afa427f0ab0b57ebcc6147b1522164c09b06602..d9a5108b362da4f24a50d4a1bf5fc4a0dd400b70 100644
|
| --- a/net/spdy/spdy_session.cc
|
| +++ b/net/spdy/spdy_session.cc
|
| @@ -16,7 +16,7 @@
|
| #include "base/metrics/histogram.h"
|
| #include "base/metrics/sparse_histogram.h"
|
| #include "base/metrics/stats_counters.h"
|
| -#include "base/profiler/scoped_profile.h"
|
| +#include "base/profiler/scoped_tracker.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_util.h"
|
| @@ -1337,8 +1337,8 @@ void SpdySession::EnqueueResetStreamFrame(SpdyStreamId stream_id,
|
| }
|
|
|
| void SpdySession::PumpReadLoop(ReadState expected_read_state, int result) {
|
| - // TODO(vadimt): Remove ScopedProfile below once crbug.com/418183 is fixed.
|
| - tracked_objects::ScopedProfile tracking_profile(
|
| + // TODO(vadimt): Remove ScopedTracker below once crbug.com/418183 is fixed.
|
| + tracked_objects::ScopedTracker tracking_profile(
|
| FROM_HERE_WITH_EXPLICIT_FUNCTION(
|
| "418183 DoReadCallback => SpdySession::PumpReadLoop"));
|
|
|
|
|