Eliminate required BindSourceInfo parameter for BinderRegistry callbacks. Make users of it use variadic BinderArgs instead.

[email protected]

Change-Id: Ibd8e3186d6aeff5cf0510eefce6427617fc31bd0
Reviewed-on: https://chromium-review.googlesource.com/575596
Commit-Queue: Ben Goodger <[email protected]>
Reviewed-by: Ken Rockot <[email protected]>
Cr-Commit-Position: refs/heads/master@{#487862}
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 256cdae..0dba785 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -54,6 +54,7 @@
 #include "mojo/public/cpp/bindings/thread_safe_interface_ptr.h"
 #include "net/base/network_change_notifier.h"
 #include "net/nqe/effective_connection_type.h"
+#include "services/service_manager/public/cpp/bind_source_info.h"
 #include "third_party/WebKit/public/platform/WebConnectionType.h"
 #include "third_party/WebKit/public/platform/scheduler/renderer/renderer_scheduler.h"
 #include "third_party/WebKit/public/web/WebMemoryStatistics.h"