blob: 4a14a92fa7994e678cb072ffe2b91a93e401a88f [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// 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_