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

Unified Diff: chrome/browser/printing/printing_message_filter.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 | « chrome/browser/printing/printer_query.h ('k') | chrome/browser/profiles/profile_info_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/printing_message_filter.h
===================================================================
--- chrome/browser/printing/printing_message_filter.h (revision 92173)
+++ chrome/browser/printing/printing_message_filter.h (working copy)
@@ -12,9 +12,12 @@
#include "base/shared_memory.h"
#endif
-class DictionaryValue;
struct PrintHostMsg_ScriptedPrint_Params;
+namespace base {
+class DictionaryValue;
+}
+
namespace printing {
class PrinterQuery;
class PrintJobManager;
@@ -68,7 +71,7 @@
IPC::Message* reply_msg);
void OnUpdatePrintSettings(int document_cookie,
- const DictionaryValue& job_settings,
+ const base::DictionaryValue& job_settings,
IPC::Message* reply_msg);
void OnUpdatePrintSettingsReply(
scoped_refptr<printing::PrinterQuery> printer_query,
« no previous file with comments | « chrome/browser/printing/printer_query.h ('k') | chrome/browser/profiles/profile_info_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698