| Index: remoting/client/ui/view_matrix.h
|
| diff --git a/remoting/client/view_matrix.h b/remoting/client/ui/view_matrix.h
|
| similarity index 93%
|
| rename from remoting/client/view_matrix.h
|
| rename to remoting/client/ui/view_matrix.h
|
| index e13d70ba3e1ab41879ad05f11fe4dd1476ddfb96..75ede0517a5e788f0d74e2273d93121e4cf9b447 100644
|
| --- a/remoting/client/view_matrix.h
|
| +++ b/remoting/client/ui/view_matrix.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_VIEW_MATRIX_H_
|
| -#define REMOTING_CLIENT_VIEW_MATRIX_H_
|
| +#ifndef REMOTING_CLIENT_UI_VIEW_MATRIX_H_
|
| +#define REMOTING_CLIENT_UI_VIEW_MATRIX_H_
|
|
|
| #include <array>
|
|
|
| @@ -71,4 +71,4 @@ class ViewMatrix {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_CLIENT_VIEW_MATRIX_H_
|
| +#endif // REMOTING_CLIENT_UI_VIEW_MATRIX_H_
|
|
|