diff options
Diffstat (limited to 'content/browser/appcache')
-rw-r--r-- | content/browser/appcache/chrome_appcache_service.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/appcache/chrome_appcache_service.cc b/content/browser/appcache/chrome_appcache_service.cc index 9508b80..cde0484 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) |