| Index: chrome/common/net/test_url_fetcher_factory.h
|
| diff --git a/chrome/common/net/test_url_fetcher_factory.h b/chrome/common/net/test_url_fetcher_factory.h
|
| index 3d8646677eb68140a94d4411f012dd6aed542df2..f2a5acfcc359b8db5d69b31f237413551fa14b7c 100644
|
| --- a/chrome/common/net/test_url_fetcher_factory.h
|
| +++ b/chrome/common/net/test_url_fetcher_factory.h
|
| @@ -20,7 +20,9 @@
|
| // URLFetcher.
|
| // Typical usage:
|
| // // TestURLFetcher requires a MessageLoop:
|
| -// MessageLoopForUI message_loop;
|
| +// MessageLoopForIO message_loop;
|
| +// // and IO thread to clean up request_context etc.
|
| +// ChromeThread io_thread(ChromeThread::IO, &message_loop);
|
| // // Create and register factory.
|
| // TestURLFetcherFactory factory;
|
| // URLFetcher::set_factory(&factory);
|
|
|