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

Unified Diff: android_webview/common/print_messages.cc

Issue 100453010: Add base:: to string16s in android_webview/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « android_webview/common/print_messages.h ('k') | android_webview/common/render_view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/print_messages.cc
diff --git a/android_webview/common/print_messages.cc b/android_webview/common/print_messages.cc
index a87049812f79babd69764e6009b1877125a4f46d..f7d3597bcd2b9fa416371a6fdb39a3d5e3c2a327 100644
--- a/android_webview/common/print_messages.cc
+++ b/android_webview/common/print_messages.cc
@@ -55,8 +55,8 @@ void PrintMsg_Print_Params::Reset() {
print_scaling_option = blink::WebPrintScalingOptionSourceSize;
print_to_pdf = false;
display_header_footer = false;
- title = string16();
- url = string16();
+ title = base::string16();
+ url = base::string16();
should_print_backgrounds = false;
}
« no previous file with comments | « android_webview/common/print_messages.h ('k') | android_webview/common/render_view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698