| Index: chrome/common/net/url_fetcher_unittest.cc
|
| diff --git a/chrome/common/net/url_fetcher_unittest.cc b/chrome/common/net/url_fetcher_unittest.cc
|
| index cd213e7a0d8176c0f544b423d3885ff781dec718..81cf54b2c818b5c069d132c74ada628afbba2edb 100644
|
| --- a/chrome/common/net/url_fetcher_unittest.cc
|
| +++ b/chrome/common/net/url_fetcher_unittest.cc
|
| @@ -395,7 +395,7 @@ URLFetcherBadHTTPSTest::URLFetcherBadHTTPSTest() {
|
|
|
| // The "server certificate expired" error should result in automatic
|
| // cancellation of the request by
|
| -// URLRequest::Delegate::OnSSLCertificateError.
|
| +// net::URLRequest::Delegate::OnSSLCertificateError.
|
| void URLFetcherBadHTTPSTest::OnURLFetchComplete(
|
| const URLFetcher* source,
|
| const GURL& url,
|
|
|