| Index: remoting/ios/display/gl_display_handler.h
|
| diff --git a/remoting/client/ios/display/gl_display_handler.h b/remoting/ios/display/gl_display_handler.h
|
| similarity index 89%
|
| rename from remoting/client/ios/display/gl_display_handler.h
|
| rename to remoting/ios/display/gl_display_handler.h
|
| index 62d681b89500e3b3836029ab25a8ce5f3b0b423e..7bd513a5b04e66af0cff9ac2074b0a2225ed8644 100644
|
| --- a/remoting/client/ios/display/gl_display_handler.h
|
| +++ b/remoting/ios/display/gl_display_handler.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_IOS_DISPLAY_GL_DISPLAY_HANDLER_H_
|
| -#define REMOTING_CLIENT_IOS_DISPLAY_GL_DISPLAY_HANDLER_H_
|
| +#ifndef REMOTING_IOS_DISPLAY_GL_DISPLAY_HANDLER_H_
|
| +#define REMOTING_IOS_DISPLAY_GL_DISPLAY_HANDLER_H_
|
|
|
| #import <Foundation/Foundation.h>
|
| #import <GLKit/GLKit.h>
|
| @@ -59,4 +59,4 @@ class CursorShapeStub;
|
|
|
| @end
|
|
|
| -#endif // REMOTING_CLIENT_IOS_DISPLAY_GL_DISPLAY_HANDLER_H_
|
| +#endif // REMOTING_IOS_DISPLAY_GL_DISPLAY_HANDLER_H_
|
|
|