// 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 CHROME_BROWSER_UI_VIEWS_CHROME_LAYOUT_PROVIDER_H_ #define CHROME_BROWSER_UI_VIEWS_CHROME_LAYOUT_PROVIDER_H_ #include <memory> #include "chrome/browser/ui/views/chrome_typography_provider.h" #include "ui/gfx/geometry/insets.h" #include "ui/gfx/geometry/size.h" #include "ui/views/layout/layout_provider.h" enum ChromeInsetsMetric { … }; enum ChromeDistanceMetric { … }; class ChromeLayoutProvider : public views::LayoutProvider { … }; #endif // CHROME_BROWSER_UI_VIEWS_CHROME_LAYOUT_PROVIDER_H_