| Index: printing/print_dialog_gtk_interface.h
|
| ===================================================================
|
| --- printing/print_dialog_gtk_interface.h (revision 224775)
|
| +++ printing/print_dialog_gtk_interface.h (working copy)
|
| @@ -41,7 +41,7 @@
|
| // Called from the print worker thread. Once called, the
|
| // PrintDialogGtkInterface instance should not be reused.
|
| virtual void PrintDocument(const Metafile* metafile,
|
| - const string16& document_name) = 0;
|
| + const base::string16& document_name) = 0;
|
|
|
| // Same as AddRef/Release, but with different names since
|
| // PrintDialogGtkInterface does not inherit from RefCounted.
|
|
|