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

Unified Diff: printing/backend/print_backend_chromeos.cc

Issue 2779893005: Continue to clean c_str() calls. (Closed)
Patch Set: Revert changes in font_service_app.cc Created 3 years, 9 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
« no previous file with comments | « content/browser/gpu/compositor_util.cc ('k') | printing/backend/print_backend_cups.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend_chromeos.cc
diff --git a/printing/backend/print_backend_chromeos.cc b/printing/backend/print_backend_chromeos.cc
index e3695c5935b770a2e41870b2edc5768626c13f42..245a9734be9a117afc4f48ad30744a5ab0188251 100644
--- a/printing/backend/print_backend_chromeos.cc
+++ b/printing/backend/print_backend_chromeos.cc
@@ -95,7 +95,7 @@ scoped_refptr<PrintBackend> PrintBackend::CreateInstanceImpl(
print_backend_settings->GetInteger(kCUPSEncryption, &encryption);
}
- GURL print_server_url(print_server_url_str.c_str());
+ GURL print_server_url(print_server_url_str);
std::unique_ptr<CupsConnection> connection =
base::MakeUnique<CupsConnection>(
« no previous file with comments | « content/browser/gpu/compositor_util.cc ('k') | printing/backend/print_backend_cups.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698