diff options
Diffstat (limited to 'content/shell/paths_mac.mm')
-rw-r--r-- | content/shell/paths_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/paths_mac.mm b/content/shell/paths_mac.mm index 120ca34..a2a2993 100644 --- a/content/shell/paths_mac.mm +++ b/content/shell/paths_mac.mm @@ -56,5 +56,5 @@ base::FilePath GetResourcesPakFilePath() { [base::mac::FrameworkBundle() pathForResource:@"content_shell" ofType:@"pak"]; - return FilePath([pak_path fileSystemRepresentation]); + return base::FilePath([pak_path fileSystemRepresentation]); } |