| Index: remoting/client/display/gl_cursor.h
|
| diff --git a/remoting/client/gl_cursor.h b/remoting/client/display/gl_cursor.h
|
| similarity index 91%
|
| rename from remoting/client/gl_cursor.h
|
| rename to remoting/client/display/gl_cursor.h
|
| index 365b2c23d7bf4242d78cdf295243c0c5fed58067..eec03e84dad274886f275e64abaebab84265f359 100644
|
| --- a/remoting/client/gl_cursor.h
|
| +++ b/remoting/client/display/gl_cursor.h
|
| @@ -2,8 +2,8 @@
|
| // 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_CURSOR_H_
|
| -#define REMOTING_CLIENT_OPENGL_GL_CURSOR_H_
|
| +#ifndef REMOTING_CLIENT_DISPLAY_GL_CURSOR_H_
|
| +#define REMOTING_CLIENT_DISPLAY_GL_CURSOR_H_
|
|
|
| #include <array>
|
| #include <cstdint>
|
| @@ -63,4 +63,4 @@ class GlCursor {
|
| };
|
|
|
| } // namespace remoting
|
| -#endif // REMOTING_CLIENT_OPENGL_GL_CURSOR_H_
|
| +#endif // REMOTING_CLIENT_DISPLAY_GL_CURSOR_H_
|
|
|