| Index: cloud_print/service/win/installer.cc
|
| diff --git a/cloud_print/service/win/installer.cc b/cloud_print/service/win/installer.cc
|
| index 9a2602d9f100a649219561fd08f1e8a40e3e9a85..a08b14450733cb7cc105b4d9d3de4d5ff7a76990 100644
|
| --- a/cloud_print/service/win/installer.cc
|
| +++ b/cloud_print/service/win/installer.cc
|
| @@ -38,7 +38,7 @@ void CreateShortcut(int dir_key, bool with_subdir,
|
| base::FilePath path = GetShortcutPath(dir_key, with_subdir);
|
| if (path.empty())
|
| return;
|
| - file_util::CreateDirectory(path.DirName());
|
| + base::CreateDirectory(path.DirName());
|
| base::win::ShortcutProperties properties;
|
|
|
| base::FilePath exe_path;
|
|
|