| Index: chrome/browser/chromeos/login/login_display_host.h
|
| diff --git a/chrome/browser/chromeos/login/login_display_host.h b/chrome/browser/chromeos/login/login_display_host.h
|
| index 3af4258551d1f5f06ec6f945051671226f16ea21..8eadb303167b1a1a236f6a87652a129e6226b54e 100644
|
| --- a/chrome/browser/chromeos/login/login_display_host.h
|
| +++ b/chrome/browser/chromeos/login/login_display_host.h
|
| @@ -81,7 +81,7 @@ class LoginDisplayHost {
|
| // Takes ownership of |screen_parameters|, which can also be NULL.
|
| virtual void StartWizard(
|
| const std::string& first_screen_name,
|
| - scoped_ptr<DictionaryValue> screen_parameters) = 0;
|
| + scoped_ptr<base::DictionaryValue> screen_parameters) = 0;
|
|
|
| // Returns current WizardController, if it exists.
|
| // Result should not be stored.
|
|
|