// Copyright 2015 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_VIEWS_TEST_COMBOBOX_TEST_API_H_ #define UI_VIEWS_TEST_COMBOBOX_TEST_API_H_ #include "base/memory/raw_ptr.h" namespace gfx { class Size; } namespace ui { class MenuModel; } namespace views { class Combobox; namespace test { // A wrapper of Combobox to access private members for testing. class ComboboxTestApi { … }; } // namespace test } // namespace views #endif // UI_VIEWS_TEST_COMBOBOX_TEST_API_H_