| Index: chrome/browser/importer/profile_import_process_messages.h
|
| ===================================================================
|
| --- chrome/browser/importer/profile_import_process_messages.h (revision 90805)
|
| +++ chrome/browser/importer/profile_import_process_messages.h (working copy)
|
| @@ -360,7 +360,7 @@
|
| p->set_date_created(date_created);
|
| p->set_last_modified(last_modified);
|
| p->set_usage_count(usage_count);
|
| - p->set_prepopulate_id(prepopulate_id);
|
| + p->SetPrepopulateId(prepopulate_id);
|
| return true;
|
| }
|
| static void Log(const param_type& p, std::string* l) {
|
|
|