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

Unified Diff: chrome/browser/printing/print_dialog_cloud_interative_uitest.cc

Issue 13145003: Rewrite std::string("") to std::string(), Linux edition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ugh Created 7 years, 8 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/printing/print_dialog_cloud_interative_uitest.cc
diff --git a/chrome/browser/printing/print_dialog_cloud_interative_uitest.cc b/chrome/browser/printing/print_dialog_cloud_interative_uitest.cc
index 2529a1d5d58b29b42fa0a34ee13cf761a0e1d223..eb8eef4bfb2109785d2f694e066783cfd702de49 100644
--- a/chrome/browser/printing/print_dialog_cloud_interative_uitest.cc
+++ b/chrome/browser/printing/print_dialog_cloud_interative_uitest.cc
@@ -251,7 +251,7 @@ net::URLRequestJob* PrintDialogCloudTest::Factory(
return new net::URLRequestTestJob(request,
network_delegate,
net::URLRequestTestJob::test_headers(),
- "",
+ std::string(),
true);
}

Powered by Google App Engine
This is Rietveld 408576698