| Index: chrome/browser/ui/webui/options/import_data_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options/import_data_handler.h (revision 92173)
|
| +++ chrome/browser/ui/webui/options/import_data_handler.h (working copy)
|
| @@ -25,14 +25,14 @@
|
| virtual ~ImportDataHandler();
|
|
|
| // OptionsPageUIHandler:
|
| - virtual void GetLocalizedValues(DictionaryValue* localized_strings);
|
| + virtual void GetLocalizedValues(base::DictionaryValue* localized_strings);
|
| virtual void Initialize();
|
|
|
| // WebUIMessageHandler:
|
| virtual void RegisterMessages();
|
|
|
| private:
|
| - void ImportData(const ListValue* args);
|
| + void ImportData(const base::ListValue* args);
|
|
|
| // ImporterList::Observer:
|
| virtual void OnSourceProfilesLoaded() OVERRIDE;
|
|
|