| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 4a60cd113caab4869c85592f8404aec2bf4a26e0..24807d1d578bfecec9cfcf4c2846c670c784ad43 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -716,7 +716,7 @@ URLRequestContextGetter* ProfileImpl::GetRequestContext() {
|
| default_request_context_ = request_context_;
|
| request_context_->set_is_main(true);
|
| // TODO(eroman): this isn't terribly useful anymore now that the
|
| - // URLRequestContext is constructed by the IO thread...
|
| + // net::URLRequestContext is constructed by the IO thread...
|
| NotificationService::current()->Notify(
|
| NotificationType::DEFAULT_REQUEST_CONTEXT_AVAILABLE,
|
| NotificationService::AllSources(), NotificationService::NoDetails());
|
|
|