| 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();
|
|
|
|
|