summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run/first_run_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/first_run/first_run_posix.cc')
-rw-r--r--chrome/browser/first_run/first_run_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/first_run/first_run_posix.cc b/chrome/browser/first_run/first_run_posix.cc
index f71cf81..cd3bf12 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";