Index: chrome/installer/util/logging_installer.h |
diff --git a/chrome/installer/util/logging_installer.h b/chrome/installer/util/logging_installer.h |
index c2b0a96ad2228de461396c7b1de9f44ba3ac65d2..50882dc25a602f34e3fa4295a627d5fd61174589 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 |