| Index: chrome/renderer/pepper/pepper_flash_font_file_host.cc
|
| diff --git a/chrome/renderer/pepper/pepper_flash_font_file_host.cc b/chrome/renderer/pepper/pepper_flash_font_file_host.cc
|
| index e5a6fb283ccc4bb8fd3eba80d97d4263253e4ef7..9add3c2526530bb961351fb46102ae9173a8c438 100644
|
| --- a/chrome/renderer/pepper/pepper_flash_font_file_host.cc
|
| +++ b/chrome/renderer/pepper/pepper_flash_font_file_host.cc
|
| @@ -15,7 +15,8 @@
|
| #include "ppapi/proxy/serialized_structs.h"
|
|
|
| #if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| -#include "content/public/common/child_process_sandbox_support_linux.h"
|
| +#include "content/public/child/child_process_sandbox_support_linux.h"
|
| +#include "content/public/common/common_sandbox_support_linux.h"
|
| #elif defined(OS_WIN)
|
| #include "third_party/skia/include/ports/SkFontMgr.h"
|
| #endif
|
|
|