| Index: content/browser/appcache/chrome_appcache_service.cc
|
| diff --git a/content/browser/appcache/chrome_appcache_service.cc b/content/browser/appcache/chrome_appcache_service.cc
|
| index 9508b806974de1c71953b5a40a4f7f6a19110119..cde0484fdeb0b614f31705a595fdc4d7cfd31a64 100644
|
| --- a/content/browser/appcache/chrome_appcache_service.cc
|
| +++ b/content/browser/appcache/chrome_appcache_service.cc
|
| @@ -32,7 +32,8 @@ void ChromeAppCacheService::InitializeOnIOThread(
|
| resource_context_ = resource_context;
|
|
|
| // The |request_context_getter| can be NULL in some unit tests.
|
| - // TODO(awong): TestProfile is difficult to work with. The
|
| + //
|
| + // TODO(ajwong): TestProfile is difficult to work with. The
|
| // SafeBrowsing tests require that GetRequestContext return NULL
|
| // so we can't depend on having a non-NULL value here. See crbug/149783.
|
| if (request_context_getter)
|
|
|