| Index: content/shell/paths_mac.mm
|
| diff --git a/content/shell/paths_mac.mm b/content/shell/paths_mac.mm
|
| index 120ca3424632b3ae1584f6b725e7dd89acb7d458..a2a29930b34a57f4f928fd30c57630f8d625ec26 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]);
|
| }
|
|
|