Index: base/path_service.h |
diff --git a/base/path_service.h b/base/path_service.h |
index c00e31c65691cd476cd2e053f9dbf7831bb9fbd5..ca5e23910668e28313b621bad6470e5b93df8e99 100644 |
--- a/base/path_service.h |
+++ b/base/path_service.h |
@@ -63,7 +63,7 @@ class PathService { |
// WARNING: This function could be called on any thread from which the |
// PathService is used, so a the ProviderFunc MUST BE THREADSAFE. |
// |
- typedef bool (*ProviderFunc)(int, std::wstring*); |
+ typedef bool (*ProviderFunc)(int, FilePath*); |
// Call to register a path provider. You must specify the range "[key_start, |
// key_end)" of supported path keys. |