summaryrefslogtreecommitdiffstats
path: root/printing/backend/print_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'printing/backend/print_backend.h')
-rw-r--r--printing/backend/print_backend.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/printing/backend/print_backend.h b/printing/backend/print_backend.h
index f53eaa5..b6d0b91 100644
--- a/printing/backend/print_backend.h
+++ b/printing/backend/print_backend.h
@@ -12,7 +12,9 @@
#include "base/memory/ref_counted.h"
+namespace base {
class DictionaryValue;
+}
// This is the interface for platform-specific code for a print backend
namespace printing {
@@ -69,7 +71,7 @@ class PrintBackend : public base::RefCountedThreadSafe<PrintBackend> {
// settings will be used.
// Return NULL if no print backend available.
static scoped_refptr<PrintBackend> CreateInstance(
- const DictionaryValue* print_backend_settings);
+ const base::DictionaryValue* print_backend_settings);
};
} // namespace printing