| Index: remoting/client/display/gl_cursor_feedback.h
|
| diff --git a/remoting/client/gl_cursor_feedback.h b/remoting/client/display/gl_cursor_feedback.h
|
| similarity index 87%
|
| rename from remoting/client/gl_cursor_feedback.h
|
| rename to remoting/client/display/gl_cursor_feedback.h
|
| index 6405efcee7dc4c92be956b0d89bbda5c8271ad7b..230b5239e3568e027b3851237e8cab2a78e845eb 100644
|
| --- a/remoting/client/gl_cursor_feedback.h
|
| +++ b/remoting/client/display/gl_cursor_feedback.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_FEEDBACK_H_
|
| -#define REMOTING_CLIENT_OPENGL_GL_CURSOR_FEEDBACK_H_
|
| +#ifndef REMOTING_CLIENT_DISPLAY_GL_CURSOR_FEEDBACK_H_
|
| +#define REMOTING_CLIENT_DISPLAY_GL_CURSOR_FEEDBACK_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -45,4 +45,4 @@ class GlCursorFeedback {
|
| };
|
|
|
| } // namespace remoting
|
| -#endif // REMOTING_CLIENT_OPENGL_GL_CURSOR_FEEDBACK_H_
|
| +#endif // REMOTING_CLIENT_DISPLAY_GL_CURSOR_FEEDBACK_H_
|
|
|