// Copyright 2017 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_BROWSER_VR_TEST_UI_TEST_H_ #define CHROME_BROWSER_VR_TEST_UI_TEST_H_ #include <vector> #include "base/memory/raw_ptr.h" #include "base/time/time.h" #include "chrome/browser/vr/elements/ui_element_name.h" #include "chrome/browser/vr/target_property.h" #include "chrome/browser/vr/ui.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/skia/include/core/SkColor.h" namespace vr { class UiScene; struct Model; class UiTest : public testing::Test { … }; } // namespace vr #endif // CHROME_BROWSER_VR_TEST_UI_TEST_H_