| Index: ui/gl/gl_surface_win.cc
|
| diff --git a/ui/gfx/gl/gl_surface_win.cc b/ui/gl/gl_surface_win.cc
|
| similarity index 96%
|
| rename from ui/gfx/gl/gl_surface_win.cc
|
| rename to ui/gl/gl_surface_win.cc
|
| index 73f074d80685d0d1d2e6f7786c31baf444480770..ae55568b7a059b583d6e21cb4864bfff91c64f9d 100644
|
| --- a/ui/gfx/gl/gl_surface_win.cc
|
| +++ b/ui/gl/gl_surface_win.cc
|
| @@ -2,17 +2,17 @@
|
| // 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.h"
|
| +#include "ui/gl/gl_surface.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "third_party/mesa/MesaLib/include/GL/osmesa.h"
|
| -#include "ui/gfx/gl/gl_bindings.h"
|
| -#include "ui/gfx/gl/gl_implementation.h"
|
| -#include "ui/gfx/gl/gl_surface_egl.h"
|
| -#include "ui/gfx/gl/gl_surface_osmesa.h"
|
| -#include "ui/gfx/gl/gl_surface_stub.h"
|
| -#include "ui/gfx/gl/gl_surface_wgl.h"
|
| +#include "ui/gl/gl_bindings.h"
|
| +#include "ui/gl/gl_implementation.h"
|
| +#include "ui/gl/gl_surface_egl.h"
|
| +#include "ui/gl/gl_surface_osmesa.h"
|
| +#include "ui/gl/gl_surface_stub.h"
|
| +#include "ui/gl/gl_surface_wgl.h"
|
|
|
| namespace gfx {
|
|
|
|
|