| Index: chrome/browser/android/vr_shell/gltf_parser_unittest.cc
|
| diff --git a/chrome/browser/android/vr_shell/gltf_parser_unittest.cc b/chrome/browser/android/vr_shell/gltf_parser_unittest.cc
|
| index 0af89cf2b9804e8fc9341113eeb408478ae74a4a..944326bf4ae9bc7127518903c8a8079b1f7988c5 100644
|
| --- a/chrome/browser/android/vr_shell/gltf_parser_unittest.cc
|
| +++ b/chrome/browser/android/vr_shell/gltf_parser_unittest.cc
|
| @@ -19,10 +19,9 @@ namespace vr_shell {
|
|
|
| class GltfParserTest : public testing::Test {
|
| protected:
|
| - void SetUp() override {
|
| - test::RegisterPathProvider();
|
| - PathService::Get(test::DIR_TEST_DATA, &data_dir_);
|
| - }
|
| + static void SetUpTestCase() { test::RegisterPathProvider(); }
|
| +
|
| + void SetUp() override { PathService::Get(test::DIR_TEST_DATA, &data_dir_); }
|
|
|
| base::FilePath data_dir_;
|
|
|
|
|