| Index: printing/backend/print_backend.h
|
| ===================================================================
|
| --- printing/backend/print_backend.h (revision 224775)
|
| +++ printing/backend/print_backend.h (working copy)
|
| @@ -94,7 +94,7 @@
|
| virtual bool IsValidPrinter(const std::string& printer_name) = 0;
|
|
|
| // Simplify title to resolve issue with some drivers.
|
| - static string16 SimplifyDocumentTitle(const string16& title);
|
| + static base::string16 SimplifyDocumentTitle(const base::string16& title);
|
|
|
| // Allocate a print backend. If |print_backend_settings| is NULL, default
|
| // settings will be used.
|
|
|