| Index: components/test_runner/test_common.h
|
| diff --git a/components/test_runner/test_common.h b/components/test_runner/test_common.h
|
| index 86d8432dca612f36d8143ccf47b949e5e09fb650..973b85cbc21ae0aac724542849f57b7bd6e115d9 100644
|
| --- a/components/test_runner/test_common.h
|
| +++ b/components/test_runner/test_common.h
|
| @@ -7,6 +7,8 @@
|
|
|
| #include <string>
|
|
|
| +#include "components/test_runner/test_runner_export.h"
|
| +
|
| namespace test_runner {
|
|
|
| inline bool IsASCIIAlpha(char ch) {
|
| @@ -17,7 +19,7 @@ inline bool IsNotASCIIAlpha(char ch) {
|
| return !IsASCIIAlpha(ch);
|
| }
|
|
|
| -std::string NormalizeLayoutTestURL(const std::string& url);
|
| +TEST_RUNNER_EXPORT std::string NormalizeLayoutTestURL(const std::string& url);
|
|
|
| } // namespace test_runner
|
|
|
|
|