// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_CLIENT_UI_FLING_TRACKER_H_ #define REMOTING_CLIENT_UI_FLING_TRACKER_H_ #include "base/time/time.h" namespace remoting { // A class for tracking the positions of an object moving through a viscous // liquid. class FlingTracker { … }; } // namespace remoting #endif // REMOTING_CLIENT_UI_FLING_TRACKER_H_