| Index: chrome/service/cloud_print/print_system.h
|
| ===================================================================
|
| --- chrome/service/cloud_print/print_system.h (revision 91508)
|
| +++ chrome/service/cloud_print/print_system.h (working copy)
|
| @@ -15,9 +15,12 @@
|
|
|
| #include "printing/backend/print_backend.h"
|
|
|
| -class DictionaryValue;
|
| class FilePath;
|
|
|
| +namespace base {
|
| +class DictionaryValue;
|
| +}
|
| +
|
| namespace printing {
|
| class PrintBackend;
|
| struct PrinterBasicInfo;
|
| @@ -197,7 +200,7 @@
|
| // If print settings are NULL, default settings will be used.
|
| // Return NULL if no print system available.
|
| static scoped_refptr<PrintSystem> CreateInstance(
|
| - const DictionaryValue* print_system_settings);
|
| + const base::DictionaryValue* print_system_settings);
|
| };
|
|
|
|
|
|
|