| Index: chrome/common/net/test_url_fetcher_factory.h
|
| ===================================================================
|
| --- chrome/common/net/test_url_fetcher_factory.h (revision 56542)
|
| +++ chrome/common/net/test_url_fetcher_factory.h (working copy)
|
| @@ -20,9 +20,7 @@
|
| // URLFetcher.
|
| // Typical usage:
|
| // // TestURLFetcher requires a MessageLoop:
|
| -// MessageLoopForIO message_loop;
|
| -// // and IO thread to clean up request_context etc.
|
| -// ChromeThread io_thread(ChromeThread::IO, &message_loop);
|
| +// MessageLoopForUI message_loop;
|
| // // Create and register factory.
|
| // TestURLFetcherFactory factory;
|
| // URLFetcher::set_factory(&factory);
|
|
|