diff options
Diffstat (limited to 'content/common/sandbox_mac.mm')
-rw-r--r-- | content/common/sandbox_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/sandbox_mac.mm b/content/common/sandbox_mac.mm index 1d1d36f..723a55a 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 { |