| Index: chrome/common/print_messages.cc
|
| diff --git a/chrome/common/print_messages.cc b/chrome/common/print_messages.cc
|
| index b900562c6e45b8f0f6bc8af2b2963c2f86c5840f..58946296497a763662b8252687bb0bd5fe38fdc2 100644
|
| --- a/chrome/common/print_messages.cc
|
| +++ b/chrome/common/print_messages.cc
|
| @@ -53,8 +53,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;
|
| }
|
|
|
|
|