Index: mojo/shell/public/cpp/lib/interface_factory_binder.h |
diff --git a/mojo/shell/public/cpp/lib/interface_factory_binder.h b/mojo/shell/public/cpp/lib/interface_factory_binder.h |
index 39b98c7ee7282ced4af444447aa3a5745c271ebc..e4f6815797a61ba3b07298f8ad46b9d3514df2c4 100644 |
--- a/mojo/shell/public/cpp/lib/interface_factory_binder.h |
+++ b/mojo/shell/public/cpp/lib/interface_factory_binder.h |
@@ -30,7 +30,7 @@ class InterfaceFactoryBinder : public InterfaceBinder { |
private: |
InterfaceFactory<Interface>* factory_; |
- MOJO_DISALLOW_COPY_AND_ASSIGN(InterfaceFactoryBinder); |
+ DISALLOW_COPY_AND_ASSIGN(InterfaceFactoryBinder); |
}; |
} // namespace internal |