diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 16:50:03 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 16:50:03 +0000 |
commit | 4792a2655593ad5fcb436f8b88184540c570a46e (patch) | |
tree | 11d176cb8cbc9f32c79a91433193eb0c7ab018b7 /base/path_service.h | |
parent | aa075e7d76093df41e33c6866c48080f49daedbd (diff) | |
download | chromium_src-4792a2655593ad5fcb436f8b88184540c570a46e.zip chromium_src-4792a2655593ad5fcb436f8b88184540c570a46e.tar.gz chromium_src-4792a2655593ad5fcb436f8b88184540c570a46e.tar.bz2 |
Move more code to using FilePath.
Review URL: http://codereview.chromium.org/11252
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/path_service.h')
-rw-r--r-- | base/path_service.h | 2 |
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. |