Index: sync/internal_api/http_bridge.cc |
diff --git a/sync/internal_api/http_bridge.cc b/sync/internal_api/http_bridge.cc |
index ff5e4e2fabe4a43578afb50b8b1b067b1984eaee..847812bc5281ccaeb0035ed03d6993b5e2644261 100644 |
--- a/sync/internal_api/http_bridge.cc |
+++ b/sync/internal_api/http_bridge.cc |
@@ -5,7 +5,7 @@ |
#include "sync/internal_api/public/http_bridge.h" |
#include "base/message_loop/message_loop.h" |
-#include "base/profiler/scoped_profile.h" |
+#include "base/profiler/scoped_tracker.h" |
#include "base/strings/string_number_conversions.h" |
#include "net/base/load_flags.h" |
#include "net/base/net_errors.h" |
@@ -345,8 +345,8 @@ void HttpBridge::DestroyURLFetcherOnIOThread(net::URLFetcher* fetcher) { |
} |
void HttpBridge::OnURLFetchComplete(const net::URLFetcher* source) { |
- // TODO(vadimt): Remove ScopedProfile below once crbug.com/422577 is fixed. |
- tracked_objects::ScopedProfile tracking_profile( |
+ // TODO(vadimt): Remove ScopedTracker below once crbug.com/422577 is fixed. |
+ tracked_objects::ScopedTracker tracking_profile( |
FROM_HERE_WITH_EXPLICIT_FUNCTION( |
"422577 HttpBridge::OnURLFetchComplete")); |