| Index: ui/gl/gl_context_cgl.cc
|
| diff --git a/ui/gfx/gl/gl_context_cgl.cc b/ui/gl/gl_context_cgl.cc
|
| similarity index 96%
|
| rename from ui/gfx/gl/gl_context_cgl.cc
|
| rename to ui/gl/gl_context_cgl.cc
|
| index 46bb7aba9927725f38d881d1c976377aab10a345..790baad41c35d8093bac57918371f5c15f457d91 100644
|
| --- a/ui/gfx/gl/gl_context_cgl.cc
|
| +++ b/ui/gl/gl_context_cgl.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/gfx/gl/gl_context_cgl.h"
|
| +#include "ui/gl/gl_context_cgl.h"
|
|
|
| #include <OpenGL/CGLRenderers.h>
|
| #include <vector>
|
|
|
| #include "base/debug/trace_event.h"
|
| #include "base/logging.h"
|
| -#include "ui/gfx/gl/gl_bindings.h"
|
| -#include "ui/gfx/gl/gl_implementation.h"
|
| -#include "ui/gfx/gl/gl_surface_cgl.h"
|
| +#include "ui/gl/gl_bindings.h"
|
| +#include "ui/gl/gl_implementation.h"
|
| +#include "ui/gl/gl_surface_cgl.h"
|
|
|
| namespace gfx {
|
|
|
|
|