// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/webui/components/components_handler.h" #include "components/component_updater/mock_component_updater_service.h" #include "content/public/test/test_web_ui.h" #include "testing/gtest/include/gtest/gtest.h" class TestComponentsHandler : public ComponentsHandler { … }; TEST(ComponentsHandlerTest, RemovesObserver) { … }