Index: mojo/public/cpp/bindings/tests/associated_interface_unittest.cc |
diff --git a/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc b/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc |
index d7b826a24221b5c03da7ccd0a96de3d47cbac899..e818969f3254a63e233b0f0b56334f1818237191 100644 |
--- a/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc |
+++ b/mojo/public/cpp/bindings/tests/associated_interface_unittest.cc |
@@ -8,6 +8,7 @@ |
#include <utility> |
#include "base/bind.h" |
+#include "base/callback.h" |
#include "base/message_loop/message_loop.h" |
#include "base/run_loop.h" |
#include "base/threading/thread.h" |
@@ -47,7 +48,7 @@ class IntegerSenderImpl : public IntegerSender { |
AssociatedBinding<IntegerSender>* binding() { return &binding_; } |
- void set_connection_error_handler(const Closure& handler) { |
+ void set_connection_error_handler(const base::Closure& handler) { |
binding_.set_connection_error_handler(handler); |
} |