Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2470)

Unified Diff: components/test_runner/test_common.h

Issue 1169493003: Turn test runner library into an actual component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/test_runner/mock_screen_orientation_client.h ('k') | components/test_runner/test_preferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/test_runner/mock_screen_orientation_client.h ('k') | components/test_runner/test_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698