Index: mojo/edk/test/scoped_ipc_support.h |
diff --git a/mojo/edk/test/scoped_ipc_support.h b/mojo/edk/test/scoped_ipc_support.h |
index e9202652f955983ffc3ee7c6d19048c9eddf84db..bb1f45804a4c20d07fb2b4908c2387690a22eb0c 100644 |
--- a/mojo/edk/test/scoped_ipc_support.h |
+++ b/mojo/edk/test/scoped_ipc_support.h |
@@ -34,7 +34,7 @@ class ScopedIPCSupportHelper { |
base::RunLoop run_loop_; |
- MOJO_DISALLOW_COPY_AND_ASSIGN(ScopedIPCSupportHelper); |
+ DISALLOW_COPY_AND_ASSIGN(ScopedIPCSupportHelper); |
}; |
} // namespace internal |
@@ -54,7 +54,7 @@ class ScopedIPCSupport : public ProcessDelegate { |
internal::ScopedIPCSupportHelper helper_; |
- MOJO_DISALLOW_COPY_AND_ASSIGN(ScopedIPCSupport); |
+ DISALLOW_COPY_AND_ASSIGN(ScopedIPCSupport); |
}; |
} // namespace test |