| Index: chrome/browser/first_run/first_run_posix.cc
|
| ===================================================================
|
| --- chrome/browser/first_run/first_run_posix.cc (revision 184354)
|
| +++ chrome/browser/first_run/first_run_posix.cc (working copy)
|
| @@ -126,7 +126,7 @@
|
| &import_bookmarks_path);
|
| if (!import_bookmarks_path.empty()) {
|
| // There are bookmarks to import from a file.
|
| - base::FilePath path = base::FilePath::FromWStringHack(base::UTF8ToWide(
|
| + base::FilePath path = base::FilePath::FromWStringHack(UTF8ToWide(
|
| import_bookmarks_path));
|
| if (!ImportBookmarks(path)) {
|
| LOG(WARNING) << "silent bookmark import failed";
|
|
|