// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/views/window/hit_test_utils.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/base/hit_test.h" #include "ui/views/test/views_test_base.h" #include "ui/views/view.h" #include "ui/views/view_class_properties.h" #include "ui/views/widget/widget.h" namespace views { GetHitTestComponentTest; TEST_F(GetHitTestComponentTest, BasicTests) { … } } // namespace views