// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_PERMISSIONS_MOCK_CHOOSER_CONTROLLER_VIEW_H_ #define COMPONENTS_PERMISSIONS_MOCK_CHOOSER_CONTROLLER_VIEW_H_ #include "components/permissions/chooser_controller.h" #include "testing/gmock/include/gmock/gmock.h" namespace permissions { class MockChooserControllerView : public ChooserController::View { … }; } // namespace permissions #endif // COMPONENTS_PERMISSIONS_MOCK_CHOOSER_CONTROLLER_VIEW_H_