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