| Index: ui/gl/gl_context_cgl.cc
|
| diff --git a/ui/gl/gl_context_cgl.cc b/ui/gl/gl_context_cgl.cc
|
| index 147e4b193daff0fcc6db1629bfd912460e3df567..374b38e1bb6a7e2e18734a39a32aa994c5b18aeb 100644
|
| --- a/ui/gl/gl_context_cgl.cc
|
| +++ b/ui/gl/gl_context_cgl.cc
|
| @@ -6,10 +6,11 @@
|
|
|
| #include <OpenGL/CGLRenderers.h>
|
| #include <OpenGL/CGLTypes.h>
|
| +
|
| +#include <memory>
|
| #include <vector>
|
|
|
| #include "base/logging.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/trace_event/trace_event.h"
|
| #include "ui/gl/gl_bindings.h"
|
| #include "ui/gl/gl_implementation.h"
|
|
|