Index: remoting/client/display/gl_canvas.h |
diff --git a/remoting/client/gl_canvas.h b/remoting/client/display/gl_canvas.h |
similarity index 94% |
rename from remoting/client/gl_canvas.h |
rename to remoting/client/display/gl_canvas.h |
index 4df0a4b8d6bcb2dbccc9fc03744975eb48331bc7..975d79bc9f981b0b691fa91ca846b11b877be416 100644 |
--- a/remoting/client/gl_canvas.h |
+++ b/remoting/client/display/gl_canvas.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef REMOTING_CLIENT_OPENGL_GL_CANVAS_H_ |
-#define REMOTING_CLIENT_OPENGL_GL_CANVAS_H_ |
+#ifndef REMOTING_CLIENT_DISPLAY_GL_CANVAS_H_ |
+#define REMOTING_CLIENT_DISPLAY_GL_CANVAS_H_ |
#include <array> |
#include "base/macros.h" |
#include "base/threading/thread_checker.h" |
-#include "remoting/client/sys_opengl.h" |
+#include "remoting/client/display/sys_opengl.h" |
namespace remoting { |
@@ -91,4 +91,4 @@ class GlCanvas { |
} // namespace remoting |
-#endif // REMOTING_CLIENT_OPENGL_GL_CANVAS_H_ |
+#endif // REMOTING_CLIENT_DISPLAY_GL_CANVAS_H_ |