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

Unified Diff: remoting/client/ui/desktop_viewport.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/BUILD.gn ('k') | remoting/client/ui/desktop_viewport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « remoting/client/ui/BUILD.gn ('k') | remoting/client/ui/desktop_viewport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698