| Index: remoting/ios/display/gl_demo_screen.h
|
| diff --git a/remoting/client/ios/display/gl_demo_screen.h b/remoting/ios/display/gl_demo_screen.h
|
| similarity index 84%
|
| rename from remoting/client/ios/display/gl_demo_screen.h
|
| rename to remoting/ios/display/gl_demo_screen.h
|
| index e522bbd16dfab4a5ee1a6b77f7bb358fbdcc0c28..82045bc50203a0e657fd950185c581e69470a1fb 100644
|
| --- a/remoting/client/ios/display/gl_demo_screen.h
|
| +++ b/remoting/ios/display/gl_demo_screen.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_DEMO_SCREEN_H_
|
| -#define REMOTING_CLIENT_IOS_DISPLAY_GL_DEMO_SCREEN_H_
|
| +#ifndef REMOTING_IOS_DISPLAY_GL_DEMO_SCREEN_H_
|
| +#define REMOTING_IOS_DISPLAY_GL_DEMO_SCREEN_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/threading/thread_checker.h"
|
| @@ -37,4 +37,4 @@ class GlDemoScreen : public Drawable {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_CLIENT_IOS_DISPLAY_GL_DEMO_SCREEN_H_
|
| +#endif // REMOTING_IOS_DISPLAY_GL_DEMO_SCREEN_H_
|
|
|