Index: chrome/installer/util/shell_util.cc |
diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc |
index 9530126b7318169759180891b14a698b21a43ce7..2b4aafdfa5874b46af2cbe37ecb1c0ba705d8107 100644 |
--- a/chrome/installer/util/shell_util.cc |
+++ b/chrome/installer/util/shell_util.cc |
@@ -1515,7 +1515,7 @@ bool ShellUtil::CreateOrUpdateShortcut( |
if (should_install_shortcut) { |
// Make sure the parent directories exist when creating the shortcut. |
if (shortcut_operation == base::win::SHORTCUT_CREATE_ALWAYS && |
- !file_util::CreateDirectory(chosen_path->DirName())) { |
+ !base::CreateDirectory(chosen_path->DirName())) { |
NOTREACHED(); |
return false; |
} |