diff options
Diffstat (limited to 'base/mime_util.h')
-rw-r--r-- | base/mime_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/mime_util.h b/base/mime_util.h index 850613b..47c5975 100644 --- a/base/mime_util.h +++ b/base/mime_util.h @@ -15,7 +15,7 @@ namespace mime_util { // have to exist. Please note because it doesn't touch the disk, this does not // work for directories. // If the mime type is unknown, this will return application/octet-stream. -std::string GetFileMimeType(const std::string& file_path); +std::string GetFileMimeType(const FilePath& filepath); // Gets the file name for an icon given the mime type and icon pixel size. // Where an icon is a square image of |size| x |size|. |