Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(651)

Unified Diff: remoting/client/ui/view_matrix.h

Issue 2879383002: [CRD iOS] Move UI stuff into a subdirectory (Closed)
Patch Set: Fix include Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/client/ui/input_strategy.h ('k') | remoting/client/ui/view_matrix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « remoting/client/ui/input_strategy.h ('k') | remoting/client/ui/view_matrix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698