| 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();
|
|
|