| Index: chrome/installer/util/logging_installer.cc
|
| diff --git a/chrome/installer/util/logging_installer.cc b/chrome/installer/util/logging_installer.cc
|
| index 43791dec91c87ffcfb03a23322195620d363f6cf..f11ec133027f2b8a8bcc769b06e30276ffcbc18d 100644
|
| --- a/chrome/installer/util/logging_installer.cc
|
| +++ b/chrome/installer/util/logging_installer.cc
|
| @@ -113,7 +113,7 @@ void EndInstallerLogging() {
|
| installer_logging_ = false;
|
| }
|
|
|
| -FilePath GetLogFilePath(const installer::MasterPreferences& prefs) {
|
| +base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs) {
|
| std::string path;
|
| prefs.GetString(installer::master_preferences::kLogFile, &path);
|
| if (!path.empty()) {
|
|
|