// Copyright 2011 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_TEST_BASE_MENU_MODEL_TEST_H_ #define CHROME_TEST_BASE_MENU_MODEL_TEST_H_ #include "ui/base/accelerators/accelerator.h" #include "ui/base/models/simple_menu_model.h" // A mix-in class to be used in addition to something that derrives from // testing::Test to provide some extra functionality for testing menu models. class MenuModelTest { … }; #endif // CHROME_TEST_BASE_MENU_MODEL_TEST_H_