// Copyright 2019 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 FUCHSIA_ENGINE_TEST_TEST_DATA_H_ | |
#define FUCHSIA_ENGINE_TEST_TEST_DATA_H_ | |
namespace cr_fuchsia { | |
// Path to data used in browsertests. | |
extern const char kTestServerRoot[]; | |
} // namespace cr_fuchsia | |
#endif // FUCHSIA_ENGINE_TEST_TEST_DATA_H_ |