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

Unified Diff: chrome/browser/printing/printer_query.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/print_job_worker.h ('k') | chrome/browser/printing/printing_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/printer_query.h
===================================================================
--- chrome/browser/printing/printer_query.h (revision 92173)
+++ chrome/browser/printing/printer_query.h (working copy)
@@ -11,10 +11,10 @@
#include "ui/gfx/native_widget_types.h"
class CancelableTask;
-class DictionaryValue;
class MessageLoop;
namespace base {
+class DictionaryValue;
class Thread;
}
@@ -53,7 +53,7 @@
CancelableTask* callback);
// Updates the current settings with |new_settings| dictionary values.
- void SetSettings(const DictionaryValue& new_settings,
+ void SetSettings(const base::DictionaryValue& new_settings,
CancelableTask* callback);
// Stops the worker thread since the client is done with this object.
« no previous file with comments | « chrome/browser/printing/print_job_worker.h ('k') | chrome/browser/printing/printing_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698