diff options
Diffstat (limited to 'chrome/service/cloud_print/print_system_dummy.cc')
-rw-r--r-- | chrome/service/cloud_print/print_system_dummy.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/service/cloud_print/print_system_dummy.cc b/chrome/service/cloud_print/print_system_dummy.cc index ea3fac1..1db2286 100644 --- a/chrome/service/cloud_print/print_system_dummy.cc +++ b/chrome/service/cloud_print/print_system_dummy.cc @@ -18,11 +18,10 @@ std::string PrintSystem::GenerateProxyId() { } 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 - |