| Index: ui/gfx/video_decode_acceleration_support_mac.mm
|
| diff --git a/ui/gfx/video_decode_acceleration_support_mac.mm b/ui/gfx/video_decode_acceleration_support_mac.mm
|
| index c02f975bf8240e2836f81e88b216644a3daba988..d4d19ff2b1ae994837f8752a9b84c5027a2fa8be 100644
|
| --- a/ui/gfx/video_decode_acceleration_support_mac.mm
|
| +++ b/ui/gfx/video_decode_acceleration_support_mac.mm
|
| @@ -57,7 +57,7 @@ bool InitializeVdaApis() {
|
| static bool should_initialize = true;
|
| if (should_initialize) {
|
| should_initialize = false;
|
| - FilePath path;
|
| + base::FilePath path;
|
| if (!base::mac::GetSearchPathDirectory(
|
| NSLibraryDirectory, NSSystemDomainMask, &path)) {
|
| return false;
|
|
|