| Index: remoting/client/display/gl_texture_ids.h
|
| diff --git a/remoting/client/gl_texture_ids.h b/remoting/client/display/gl_texture_ids.h
|
| similarity index 77%
|
| rename from remoting/client/gl_texture_ids.h
|
| rename to remoting/client/display/gl_texture_ids.h
|
| index a4fb91e6238b82abb55a4cf7dffe4b5b687dd24d..3680973fe646069e2149679636eb9c6b317cd94d 100644
|
| --- a/remoting/client/gl_texture_ids.h
|
| +++ b/remoting/client/display/gl_texture_ids.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_TEXTURE_IDS_H_
|
| -#define REMOTING_CLIENT_GL_TEXTURE_IDS_H_
|
| +#ifndef REMOTING_CLIENT_DISPLAY_GL_TEXTURE_IDS_H_
|
| +#define REMOTING_CLIENT_DISPLAY_GL_TEXTURE_IDS_H_
|
|
|
| #include "base/macros.h"
|
|
|
| @@ -19,4 +19,4 @@ const int kGlDesktopFirstTextureId = 2;
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_CLIENT_GL_TEXTURE_IDS_H_
|
| +#endif // REMOTING_CLIENT_DISPLAY_GL_TEXTURE_IDS_H_
|
|
|