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

Unified Diff: mojo/public/tests/test_support_private.h

Issue 1963883002: mojo: make libmojo_public_test_support a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « mojo/public/c/test_support/test_support_export.h ('k') | services/shell/mojo_shell_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tests/test_support_private.h
diff --git a/mojo/public/tests/test_support_private.h b/mojo/public/tests/test_support_private.h
index d72e15807810bdf0f5ee8c688253481dc89b3679..27426055fae67c500ab55ed1bd83bcdf10117cf0 100644
--- a/mojo/public/tests/test_support_private.h
+++ b/mojo/public/tests/test_support_private.h
@@ -14,7 +14,7 @@ namespace test {
// Implementors of the test support APIs can use this interface to install their
// implementation into the mojo_test_support dynamic library.
-class MOJO_TEST_SUPPORT_EXPORT TestSupport {
+class TestSupport {
public:
virtual ~TestSupport();
« no previous file with comments | « mojo/public/c/test_support/test_support_export.h ('k') | services/shell/mojo_shell_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698