Index: google_apis/gcm/base/socket_stream.cc |
diff --git a/google_apis/gcm/base/socket_stream.cc b/google_apis/gcm/base/socket_stream.cc |
index 52224e3ab54cc54e7af5c32379d015a6f9907efc..ffea6963ce75f7065263ae98f50eb84413a1b531 100644 |
--- a/google_apis/gcm/base/socket_stream.cc |
+++ b/google_apis/gcm/base/socket_stream.cc |
@@ -6,7 +6,7 @@ |
#include "base/bind.h" |
#include "base/callback.h" |
-#include "base/profiler/scoped_profile.h" |
+#include "base/profiler/scoped_tracker.h" |
#include "net/base/io_buffer.h" |
#include "net/socket/stream_socket.h" |
@@ -163,8 +163,8 @@ SocketInputStream::State SocketInputStream::GetState() const { |
void SocketInputStream::RefreshCompletionCallback( |
const base::Closure& callback, 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 => SocketInputStream::RefreshCompletionC...")); |