| Index: content/common/sandbox_mac.mm
|
| diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm
|
| index 1d1d36f73937f0c0e66e75e375c65196c20f4568..723a55a253ada16cf404cb8ee521a4f3ece9b015 100644
|
| --- a/content/common/sandbox_mac.mm
|
| +++ b/content/common/sandbox_mac.mm
|
| @@ -13,7 +13,6 @@ extern "C" {
|
| #include <signal.h>
|
| #include <sys/param.h>
|
|
|
| -#include "app/gfx/gl/gl_context.h"
|
| #include "base/basictypes.h"
|
| #include "base/command_line.h"
|
| #include "base/file_util.h"
|
| @@ -29,6 +28,7 @@ extern "C" {
|
| #include "content/common/chrome_application_mac.h"
|
| #include "content/common/content_switches.h"
|
| #include "unicode/uchar.h"
|
| +#include "ui/gfx/gl/gl_context.h"
|
|
|
| namespace {
|
|
|
|
|