Index: remoting/client/display/gl_helpers.h |
diff --git a/remoting/client/gl_helpers.h b/remoting/client/display/gl_helpers.h |
similarity index 81% |
rename from remoting/client/gl_helpers.h |
rename to remoting/client/display/gl_helpers.h |
index 8dba721fbae157f92d41e80882c9ee8eb21489da..16218d9b3211693837c5f34cecc70b6b65394b50 100644 |
--- a/remoting/client/gl_helpers.h |
+++ b/remoting/client/display/gl_helpers.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef REMOTING_CLIENT_GL_HELPERS_H_ |
-#define REMOTING_CLIENT_GL_HELPERS_H_ |
+#ifndef REMOTING_CLIENT_DISPLAY_GL_HELPERS_H_ |
+#define REMOTING_CLIENT_DISPLAY_GL_HELPERS_H_ |
#include "base/macros.h" |
-#include "remoting/client/sys_opengl.h" |
+#include "remoting/client/display/sys_opengl.h" |
namespace remoting { |
@@ -26,4 +26,4 @@ GLuint CreateBuffer(const void* data, int size); |
} // namespace remoting |
-#endif // REMOTING_CLIENT_GL_HELPERS_H_ |
+#endif // REMOTING_CLIENT_DISPLAY_GL_HELPERS_H_ |