| Index: chrome/browser/ui/webui/options/import_data_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/import_data_handler.cc b/chrome/browser/ui/webui/options/import_data_handler.cc
|
| index f073fc2722f767da3a6dde069dc192957c9fe774..01b0970b7e0a24818cbcf473ee2cddbca10b6df7 100644
|
| --- a/chrome/browser/ui/webui/options/import_data_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/import_data_handler.cc
|
| @@ -96,7 +96,7 @@ void ImportDataHandler::ImportData(const ListValue* args) {
|
|
|
| uint16 import_services = (selected_items & supported_items);
|
| if (import_services) {
|
| - FundamentalValue state(true);
|
| + base::FundamentalValue state(true);
|
| web_ui_->CallJavascriptFunction("ImportDataOverlay.setImportingState",
|
| state);
|
|
|
|
|