| Index: chrome/browser/automation/url_request_failed_dns_job.cc
|
| ===================================================================
|
| --- chrome/browser/automation/url_request_failed_dns_job.cc (revision 3500)
|
| +++ chrome/browser/automation/url_request_failed_dns_job.cc (working copy)
|
| @@ -10,8 +10,8 @@
|
| #include "net/url_request/url_request.h"
|
| #include "net/url_request/url_request_filter.h"
|
|
|
| -const wchar_t URLRequestFailedDnsJob::kTestUrl[] =
|
| - L"http://url.handled.by.fake.dns/";
|
| +const char URLRequestFailedDnsJob::kTestUrl[] =
|
| + "http://url.handled.by.fake.dns/";
|
|
|
| void URLRequestFailedDnsJob::Start() {
|
| MessageLoop::current()->PostTask(FROM_HERE, NewRunnableMethod(
|
|
|