summaryrefslogtreecommitdiffstats
path: root/chrome/common/logging_chrome.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/logging_chrome.h')
-rw-r--r--chrome/common/logging_chrome.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/logging_chrome.h b/chrome/common/logging_chrome.h
index b68a61f..434b2fe 100644
--- a/chrome/common/logging_chrome.h
+++ b/chrome/common/logging_chrome.h
@@ -11,6 +11,7 @@
#include "base/logging.h"
class CommandLine;
+class FilePath;
namespace logging {
@@ -34,7 +35,7 @@ void InitChromeLogging(const CommandLine& command_line,
void CleanupChromeLogging();
// Returns the fully-qualified name of the log file.
-std::wstring GetLogFileName();
+FilePath GetLogFileName();
// Returns true when error/assertion dialogs are to be shown,
// false otherwise.