Index: ui/gl/gl_surface_wgl.h |
diff --git a/ui/gfx/gl/gl_surface_wgl.h b/ui/gl/gl_surface_wgl.h |
similarity index 91% |
rename from ui/gfx/gl/gl_surface_wgl.h |
rename to ui/gl/gl_surface_wgl.h |
index 4082a2628c17342c45a6365f9aac8edf0773116a..6e4f0cd866d32df522b11543ec5aa77c99fb3c2a 100644 |
--- a/ui/gfx/gl/gl_surface_wgl.h |
+++ b/ui/gl/gl_surface_wgl.h |
@@ -2,11 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_GFX_GL_GL_SURFACE_WGL_H_ |
-#define UI_GFX_GL_GL_SURFACE_WGL_H_ |
+#ifndef UI_GL_GL_SURFACE_WGL_H_ |
+#define UI_GL_GL_SURFACE_WGL_H_ |
+#pragma once |
-#include "ui/gfx/gl/gl_surface.h" |
#include "ui/gfx/native_widget_types.h" |
+#include "ui/gl/gl_surface.h" |
namespace gfx { |
@@ -73,4 +74,4 @@ class PbufferGLSurfaceWGL : public GLSurfaceWGL { |
} // namespace gfx |
-#endif // UI_GFX_GL_GL_SURFACE_WGL_H_ |
+#endif // UI_GL_GL_SURFACE_WGL_H_ |