Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1374)

Unified Diff: chrome/browser/automation/url_request_failed_dns_job.cc

Issue 6268: Port some more parts of browser/... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « chrome/browser/automation/url_request_failed_dns_job.h ('k') | chrome/browser/automation/url_request_mock_http_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698