#ifndef COMPONENTS_SHARED_HIGHLIGHTING_CORE_COMMON_SHARED_HIGHLIGHTING_DATA_DRIVEN_TEST_H_
#define COMPONENTS_SHARED_HIGHLIGHTING_CORE_COMMON_SHARED_HIGHLIGHTING_DATA_DRIVEN_TEST_H_
#include <stddef.h>
#include <vector>
#include "base/files/file_path.h"
#include "base/values.h"
#include "components/shared_highlighting/core/common/shared_highlighting_data_driven_test_results.h"
#include "testing/data_driven_testing/data_driven_test.h"
namespace shared_highlighting {
class SharedHighlightingDataDrivenTest : public testing::DataDrivenTest { … };
}
#endif