Index: mojo/edk/test/test_support_impl.h |
diff --git a/mojo/edk/test/test_support_impl.h b/mojo/edk/test/test_support_impl.h |
index e672999b954b2283eb2d972ea5e080fbb2f56fc1..ebb5ce658a82e6f8b0f6f85cc882a387557938e8 100644 |
--- a/mojo/edk/test/test_support_impl.h |
+++ b/mojo/edk/test/test_support_impl.h |
@@ -7,7 +7,7 @@ |
#include <stdio.h> |
-#include "mojo/public/cpp/system/macros.h" |
+#include "base/macros.h" |
#include "mojo/public/tests/test_support_private.h" |
namespace mojo { |
@@ -28,7 +28,7 @@ class TestSupportImpl : public mojo::test::TestSupport { |
const char* relative_path) override; |
private: |
- MOJO_DISALLOW_COPY_AND_ASSIGN(TestSupportImpl); |
+ DISALLOW_COPY_AND_ASSIGN(TestSupportImpl); |
}; |
} // namespace test |