Index: content/child/child_thread_impl.cc |
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc |
index 03a94244aca5c2805f2f0f24001542fe526590cf..bb9ff52ada297b64abf090ce728a45c0b06e6416 100644 |
--- a/content/child/child_thread_impl.cc |
+++ b/content/child/child_thread_impl.cc |
@@ -69,7 +69,7 @@ |
#endif |
#if defined(OS_WIN) |
-#include "ipc/attachment_broker_win.h" |
+#include "ipc/attachment_broker_unprivileged_win.h" |
#endif |
using tracked_objects::ThreadData; |
@@ -361,7 +361,7 @@ void ChildThreadImpl::Init(const Options& options) { |
#endif |
#if defined(OS_WIN) |
- attachment_broker_.reset(new IPC::AttachmentBrokerWin()); |
+ attachment_broker_.reset(new IPC::AttachmentBrokerUnprivilegedWin()); |
#endif |
mojo_application_.reset(new MojoApplication(GetIOTaskRunner())); |