summaryrefslogtreecommitdiffstats
path: root/base/path_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/path_service.h')
-rw-r--r--base/path_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/path_service.h b/base/path_service.h
index c00e31c..ca5e239 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.