chromium/ui/linux/nav_button_provider.h

// 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 UI_LINUX_NAV_BUTTON_PROVIDER_H_
#define UI_LINUX_NAV_BUTTON_PROVIDER_H_

namespace chrome {
enum class FrameButtonDisplayType;
}

namespace gfx {
class ImageSkia;
class Insets;
}  // namespace gfx

namespace ui {

class NavButtonProvider {};

}  // namespace ui

#endif  // UI_LINUX_NAV_BUTTON_PROVIDER_H_