| Index: content/common/sandbox_mac.mm
|
| diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm
|
| index c7a2cdd7c7f54b4127f42113e8fcbc343f9db9db..73fee33267ecf9791d2c66fab799dadf60cf4de0 100644
|
| --- a/content/common/sandbox_mac.mm
|
| +++ b/content/common/sandbox_mac.mm
|
| @@ -32,10 +32,10 @@
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/sys_info.h"
|
| -#include "content/common/gpu/media/vt_video_decode_accelerator_mac.h"
|
| #include "content/grit/content_resources.h"
|
| #include "content/public/common/content_client.h"
|
| #include "content/public/common/content_switches.h"
|
| +#include "media/gpu/vt_video_decode_accelerator_mac.h"
|
| #include "sandbox/mac/seatbelt.h"
|
| #include "third_party/icu/source/common/unicode/uchar.h"
|
| #include "ui/base/layout.h"
|
| @@ -332,7 +332,7 @@ void Sandbox::SandboxWarmup(int sandbox_type) {
|
| gfx::GLSurface::InitializeOneOff();
|
|
|
| // Preload VideoToolbox.
|
| - InitializeVideoToolbox();
|
| + media::InitializeVideoToolbox();
|
| }
|
|
|
| if (sandbox_type == SANDBOX_TYPE_PPAPI) {
|
|
|