| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index d4de3ce4f6cd36bebebc1d808b33bf0b512c5d32..711eea53af843d480d883652c1adae17054c9959 100644
|
| --- a/chrome/common/print_messages.h
|
| +++ b/chrome/common/print_messages.h
|
| @@ -45,8 +45,8 @@ struct PrintMsg_Print_Params {
|
| blink::WebPrintScalingOption print_scaling_option;
|
| bool print_to_pdf;
|
| bool display_header_footer;
|
| - string16 title;
|
| - string16 url;
|
| + base::string16 title;
|
| + base::string16 url;
|
| bool should_print_backgrounds;
|
| };
|
|
|
|
|