summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/logging_installer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/logging_installer.h')
-rw-r--r--chrome/installer/util/logging_installer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/installer/util/logging_installer.h b/chrome/installer/util/logging_installer.h
index 50882dc..c2b0a96 100644
--- a/chrome/installer/util/logging_installer.h
+++ b/chrome/installer/util/logging_installer.h
@@ -11,7 +11,6 @@
#include "base/logging.h"
class CommandLine;
-class FilePath;
namespace installer {
@@ -22,7 +21,7 @@ void InitInstallerLogging(const CommandLine& command_line);
void EndInstallerLogging();
// Returns the full path of the log file.
-FilePath GetLogFilePath(const CommandLine& command_line);
+std::wstring GetLogFilePath(const CommandLine& command_line);
} // namespace installer