| Index: remoting/client/display/gl_cursor_feedback_texture.h
|
| diff --git a/remoting/client/gl_cursor_feedback_texture.h b/remoting/client/display/gl_cursor_feedback_texture.h
|
| similarity index 80%
|
| rename from remoting/client/gl_cursor_feedback_texture.h
|
| rename to remoting/client/display/gl_cursor_feedback_texture.h
|
| index 1826d2154a24ee1c45ebff2e3e0ed748ec23642e..c73dc035552f13ad90c036df15fc4f4319e3ab75 100644
|
| --- a/remoting/client/gl_cursor_feedback_texture.h
|
| +++ b/remoting/client/display/gl_cursor_feedback_texture.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_GL_CURSOR_FEEDBACK_TEXTURE_H_
|
| -#define REMOTING_CLIENT_GL_CURSOR_FEEDBACK_TEXTURE_H_
|
| +#ifndef REMOTING_CLIENT_DISPLAY_GL_CURSOR_FEEDBACK_TEXTURE_H_
|
| +#define REMOTING_CLIENT_DISPLAY_GL_CURSOR_FEEDBACK_TEXTURE_H_
|
|
|
| #include <vector>
|
|
|
| @@ -34,4 +34,4 @@ class GlCursorFeedbackTexture {
|
| };
|
|
|
| } // namespace remoting
|
| -#endif // REMOTING_CLIENT_GL_CURSOR_FEEDBACK_TEXTURE_H_
|
| +#endif // REMOTING_CLIENT_DISPLAY_GL_CURSOR_FEEDBACK_TEXTURE_H_
|
|
|