| Index: remoting/client/display/gl_desktop.h
|
| diff --git a/remoting/client/gl_desktop.h b/remoting/client/display/gl_desktop.h
|
| similarity index 90%
|
| rename from remoting/client/gl_desktop.h
|
| rename to remoting/client/display/gl_desktop.h
|
| index 143a063a22721ec3b9d441e29aa693981c56a31d..d43247c52b11a429b34f3edb4c79cafc566aa2a1 100644
|
| --- a/remoting/client/gl_desktop.h
|
| +++ b/remoting/client/display/gl_desktop.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_DESKTOP_H_
|
| -#define REMOTING_CLIENT_OPENGL_GL_DESKTOP_H_
|
| +#ifndef REMOTING_CLIENT_DISPLAY_GL_DESKTOP_H_
|
| +#define REMOTING_CLIENT_DISPLAY_GL_DESKTOP_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
| @@ -52,4 +52,4 @@ class GlDesktop {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_CLIENT_OPENGL_GL_DESKTOP_H_
|
| +#endif // REMOTING_CLIENT_DISPLAY_GL_DESKTOP_H_
|
|
|