Index: chrome/service/cloud_print/print_system_dummy.cc |
=================================================================== |
--- chrome/service/cloud_print/print_system_dummy.cc (revision 92173) |
+++ chrome/service/cloud_print/print_system_dummy.cc (working copy) |
@@ -18,11 +18,10 @@ |
} |
scoped_refptr<PrintSystem> PrintSystem::CreateInstance( |
- const DictionaryValue* print_system_settings) { |
+ const base::DictionaryValue* print_system_settings) { |
NOTREACHED(); |
return NULL; |
} |
} // namespace cloud_print |
#endif // CP_PRINT_SYSTEM_AVAILABLE |
- |