| Index: chrome/browser/first_run/first_run_posix.cc
|
| diff --git a/chrome/browser/first_run/first_run_posix.cc b/chrome/browser/first_run/first_run_posix.cc
|
| index f71cf8170dc9cf5a1cef080a978363c3a9543540..cd3bf12f93feaa934311d0a5d20a79d28b2ed0ea 100644
|
| --- a/chrome/browser/first_run/first_run_posix.cc
|
| +++ b/chrome/browser/first_run/first_run_posix.cc
|
| @@ -126,7 +126,7 @@ void SetImportPreferencesAndLaunchImport(
|
| &import_bookmarks_path);
|
| if (!import_bookmarks_path.empty()) {
|
| // There are bookmarks to import from a file.
|
| - base::FilePath path = base::FilePath::FromWStringHack(UTF8ToWide(
|
| + base::FilePath path = base::FilePath::FromWStringHack(base::UTF8ToWide(
|
| import_bookmarks_path));
|
| if (!ImportBookmarks(path)) {
|
| LOG(WARNING) << "silent bookmark import failed";
|
|
|