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

Unified Diff: remoting/client/ui/fling_tracker.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/fling_animation_unittest.cc ('k') | remoting/client/ui/fling_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ui/fling_tracker.h
diff --git a/remoting/client/fling_tracker.h b/remoting/client/ui/fling_tracker.h
similarity index 91%
rename from remoting/client/fling_tracker.h
rename to remoting/client/ui/fling_tracker.h
index eb8a50aac4809346bf934c680c4e1fdd9a38c568..8e285ce7cfc75e1440f8db566980e6b93f8f80a7 100644
--- a/remoting/client/fling_tracker.h
+++ b/remoting/client/ui/fling_tracker.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_FLING_TRACKER_H_
-#define REMOTING_CLIENT_FLING_TRACKER_H_
+#ifndef REMOTING_CLIENT_UI_FLING_TRACKER_H_
+#define REMOTING_CLIENT_UI_FLING_TRACKER_H_
#include "base/time/time.h"
@@ -49,4 +49,4 @@ class FlingTracker {
};
} // namespace remoting
-#endif // REMOTING_CLIENT_FLING_TRACKER_H_
+#endif // REMOTING_CLIENT_UI_FLING_TRACKER_H_
« no previous file with comments | « remoting/client/ui/fling_animation_unittest.cc ('k') | remoting/client/ui/fling_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698