| Index: printing/backend/win_helper.h
|
| ===================================================================
|
| --- printing/backend/win_helper.h (revision 224775)
|
| +++ printing/backend/win_helper.h (working copy)
|
| @@ -72,7 +72,7 @@
|
| // All the other methods can ONLY be called after a successful call to Init.
|
| // Init can be called many times and by multiple threads.
|
| static bool Init();
|
| - static HRESULT OpenProvider(const string16& printer_name,
|
| + static HRESULT OpenProvider(const base::string16& printer_name,
|
| DWORD version,
|
| HPTPROVIDER* provider);
|
| static HRESULT GetPrintCapabilities(HPTPROVIDER provider,
|
|
|