Chromium Code Reviews| Index: chrome/service/cloud_print/print_system_win.cc |
| =================================================================== |
| --- chrome/service/cloud_print/print_system_win.cc (revision 92173) |
| +++ chrome/service/cloud_print/print_system_win.cc (working copy) |
| @@ -864,7 +864,7 @@ |
| } |
| scoped_refptr<PrintSystem> PrintSystem::CreateInstance( |
| - const DictionaryValue* print_system_settings) { |
| + const base::DictionaryValue* print_system_settings) { |
| return new PrintSystemWin; |
| } |