Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Unified Diff: printing/printing_context.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/print_dialog_gtk_interface.h ('k') | printing/printing_context_cairo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context.h
===================================================================
--- printing/printing_context.h (revision 92173)
+++ printing/printing_context.h (working copy)
@@ -13,7 +13,9 @@
#include "printing/print_settings.h"
#include "ui/gfx/native_widget_types.h"
+namespace base {
class DictionaryValue;
+}
namespace printing {
@@ -51,7 +53,7 @@
// Updates print settings. |job_settings| contains all print job settings
// information. |ranges| has the new page range settings.
- virtual Result UpdatePrintSettings(const DictionaryValue& job_settings,
+ virtual Result UpdatePrintSettings(const base::DictionaryValue& job_settings,
const PageRanges& ranges) = 0;
// Initializes with predefined settings.
« no previous file with comments | « printing/print_dialog_gtk_interface.h ('k') | printing/printing_context_cairo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698