| Index: ui/gl/gl_surface_cgl.cc
|
| diff --git a/ui/gfx/gl/gl_surface_cgl.cc b/ui/gl/gl_surface_cgl.cc
|
| similarity index 93%
|
| rename from ui/gfx/gl/gl_surface_cgl.cc
|
| rename to ui/gl/gl_surface_cgl.cc
|
| index a453b5ac02d0a227af918d7a64342b2565476002..4f2fba24015be557774d5c3cc64f49f818d79026 100644
|
| --- a/ui/gfx/gl/gl_surface_cgl.cc
|
| +++ b/ui/gl/gl_surface_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_surface_cgl.h"
|
| +#include "ui/gl/gl_surface_cgl.h"
|
|
|
| #include <OpenGL/CGLRenderers.h>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "base/mac/mac_util.h"
|
| -#include "ui/gfx/gl/gl_bindings.h"
|
| -#include "ui/gfx/gl/gl_context.h"
|
| -#include "ui/gfx/gl/gl_implementation.h"
|
| +#include "ui/gl/gl_bindings.h"
|
| +#include "ui/gl/gl_context.h"
|
| +#include "ui/gl/gl_implementation.h"
|
|
|
| namespace gfx {
|
|
|
|
|