| Index: chrome/installer/util/helper.cc
|
| ===================================================================
|
| --- chrome/installer/util/helper.cc (revision 69165)
|
| +++ chrome/installer/util/helper.cc (working copy)
|
| @@ -33,10 +33,10 @@
|
| FilePath installer::GetChromeInstallPath(bool system_install,
|
| BrowserDistribution* dist) {
|
| return GetChromeInstallBasePath(system_install, dist,
|
| - installer::kInstallBinaryDir);
|
| + installer_util::kInstallBinaryDir);
|
| }
|
|
|
| FilePath installer::GetChromeUserDataPath(BrowserDistribution* dist) {
|
| return GetChromeInstallBasePath(false, dist,
|
| - installer::kInstallUserDataDir);
|
| + installer_util::kInstallUserDataDir);
|
| }
|
|
|