// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_BROWSER_APP_WINDOW_SIZE_CONSTRAINTS_H_ #define EXTENSIONS_BROWSER_APP_WINDOW_SIZE_CONSTRAINTS_H_ #include "ui/gfx/geometry/size.h" namespace gfx { class Insets; class RoundedCornersF; } // namespace gfx namespace extensions { class SizeConstraints { … }; } // namespace extensions #endif // EXTENSIONS_BROWSER_APP_WINDOW_SIZE_CONSTRAINTS_H_