| Index: content/browser/appcache/appcache_response.cc
|
| diff --git a/content/browser/appcache/appcache_response.cc b/content/browser/appcache/appcache_response.cc
|
| index d53f94174bad0fa5f1935f3a2b3050355371834f..8b7c218823395ea795254e6039bbb19dbc1740e6 100644
|
| --- a/content/browser/appcache/appcache_response.cc
|
| +++ b/content/browser/appcache/appcache_response.cc
|
| @@ -127,7 +127,7 @@ void AppCacheResponseIO::WriteRaw(int index, int offset,
|
| }
|
|
|
| void AppCacheResponseIO::OnRawIOComplete(int result) {
|
| - // TODO(vadimt): Remove ScopedTracker below once crbug.com/422516 is fixed.
|
| + // TODO(rtenneti): Remove ScopedTracker below once crbug.com/422516 is fixed.
|
| tracked_objects::ScopedTracker tracking_profile(
|
| FROM_HERE_WITH_EXPLICIT_FUNCTION(
|
| "422516 AppCacheResponseIO::OnRawIOComplete"));
|
|
|