| Index: remoting/client/ui/desktop_viewport.h
|
| diff --git a/remoting/client/desktop_viewport.h b/remoting/client/ui/desktop_viewport.h
|
| similarity index 95%
|
| rename from remoting/client/desktop_viewport.h
|
| rename to remoting/client/ui/desktop_viewport.h
|
| index 6836bf93719948cc0197d591e70be9d5d4bd5f80..188574b06d8320cc94185631c53cb5f00cfe3d15 100644
|
| --- a/remoting/client/desktop_viewport.h
|
| +++ b/remoting/client/ui/desktop_viewport.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_CLIENT_DESKTOP_VIEWPORT_H_
|
| -#define REMOTING_CLIENT_DESKTOP_VIEWPORT_H_
|
| +#ifndef REMOTING_CLIENT_UI_DESKTOP_VIEWPORT_H_
|
| +#define REMOTING_CLIENT_UI_DESKTOP_VIEWPORT_H_
|
|
|
| #include "base/callback.h"
|
| -#include "remoting/client/view_matrix.h"
|
| +#include "remoting/client/ui/view_matrix.h"
|
|
|
| namespace remoting {
|
|
|
| @@ -114,4 +114,4 @@ class DesktopViewport {
|
| };
|
|
|
| } // namespace remoting
|
| -#endif // REMOTING_CLIENT_DESKTOP_VIEWPORT_H_
|
| +#endif // REMOTING_CLIENT_UI_DESKTOP_VIEWPORT_H_
|
|
|