Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index 6c98f733fba274a06355e91b79a5b5227895bb38..3c9cd7f94127d92bd63bf08034b67b97c4301f94 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -671,7 +671,7 @@ |
mojom::FrameRequest TakeFrameRequest() { return std::move(frame_request_); } |
mojom::FrameHostPtr TakeFrameHost() { |
- frame_host_.set_connection_error_handler(base::Closure()); |
+ frame_host_.set_connection_error_handler(mojo::Closure()); |
return std::move(frame_host_); |
} |