// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_INPUT_BROWSER_CONTROLS_OFFSET_MANAGER_CLIENT_H_ #define CC_INPUT_BROWSER_CONTROLS_OFFSET_MANAGER_CLIENT_H_ namespace gfx { class PointF; } namespace cc { class CC_EXPORT BrowserControlsOffsetManagerClient { … }; } // namespace cc #endif // CC_INPUT_BROWSER_CONTROLS_OFFSET_MANAGER_CLIENT_H_