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

Unified Diff: chrome/browser/printing/cloud_print/cloud_print_setup_flow.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/prerender/prerender_manager.h ('k') | chrome/browser/printing/print_dialog_cloud_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/cloud_print/cloud_print_setup_flow.h
===================================================================
--- chrome/browser/printing/cloud_print/cloud_print_setup_flow.h (revision 92173)
+++ chrome/browser/printing/cloud_print/cloud_print_setup_flow.h (working copy)
@@ -25,6 +25,10 @@
class GoogleServiceAuthError;
class Browser;
+namespace base {
+class DictionaryValue;
+}
+
// This class is responsible for showing a cloud print setup dialog
// and perform operations to fill the content of the dialog and handle
// user actions in the dialog.
@@ -109,7 +113,7 @@
void OnUserClickedPrintTestPage();
// The following methods control which iframe is visible.
- void ShowGaiaLogin(const DictionaryValue& args);
+ void ShowGaiaLogin(const base::DictionaryValue& args);
void ShowGaiaSuccessAndSettingUp();
void ShowGaiaFailed(const GoogleServiceAuthError& error);
void ShowSetupDone();
« no previous file with comments | « chrome/browser/prerender/prerender_manager.h ('k') | chrome/browser/printing/print_dialog_cloud_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698