Index: mojo/edk/embedder/platform_channel_pair.h |
diff --git a/mojo/edk/embedder/platform_channel_pair.h b/mojo/edk/embedder/platform_channel_pair.h |
index 87f6951e5149e0c69fe4f4c08dca66911cefbbc5..596ed2eb88c8a56a1d59112c800aab7e651a45a8 100644 |
--- a/mojo/edk/embedder/platform_channel_pair.h |
+++ b/mojo/edk/embedder/platform_channel_pair.h |
@@ -5,6 +5,7 @@ |
#ifndef MOJO_EDK_EMBEDDER_PLATFORM_CHANNEL_PAIR_H_ |
#define MOJO_EDK_EMBEDDER_PLATFORM_CHANNEL_PAIR_H_ |
+#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/process/launch.h" |
#include "build/build_config.h" |
@@ -95,7 +96,7 @@ class MOJO_SYSTEM_IMPL_EXPORT PlatformChannelPair { |
ScopedPlatformHandle server_handle_; |
ScopedPlatformHandle client_handle_; |
- MOJO_DISALLOW_COPY_AND_ASSIGN(PlatformChannelPair); |
+ DISALLOW_COPY_AND_ASSIGN(PlatformChannelPair); |
}; |
} // namespace edk |