blob: 16383c4b0b338723d9778784dcad8217e4e698ae [file] [log] [blame]
// 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_PATHS_H_
#define CHROME_BROWSER_VR_TEST_PATHS_H_
#include "base/files/file_path.h"
namespace vr {
namespace test {
void GetTestDataPath(base::FilePath* result);
} // namespace test
} // namespace vr
#endif // CHROME_BROWSER_VR_TEST_PATHS_H_