| 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_
|
|
|