chromium/chrome/browser/vr/test/paths.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_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_