chromium/chrome/browser/vr/test/vr_test_suite.h

// 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_VR_TEST_SUITE_H_
#define CHROME_BROWSER_VR_TEST_VR_TEST_SUITE_H_

#include "base/test/test_suite.h"

namespace content {
class BrowserTaskEnvironment;
}  // namespace content

namespace vr {

class VrTestSuite : public base::TestSuite {};

}  // namespace vr

#endif  // CHROME_BROWSER_VR_TEST_VR_TEST_SUITE_H_