Index: client/settings.h |
diff --git a/client/settings.h b/client/settings.h |
index 741561be4925ae2a7e5d17d53439f7ca4df725d7..bab5186a5351374f5c0449a54c6cd61605b56d95 100644 |
--- a/client/settings.h |
+++ b/client/settings.h |
@@ -133,7 +133,7 @@ class Settings { |
// on success and false on failure, with an error logged. |
bool InitializeSettings(FileHandle handle); |
- const char* file_path() { return file_path_.value().c_str(); } |
+ const base::FilePath& file_path() const { return file_path_; } |
base::FilePath file_path_; |