| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index d82af5c759c02a62f688a2141b59bbbb6f492c01..f8cc9ff6480d43648c696d709f4c3edfd236a7c7 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -240,7 +240,7 @@ class CONTENT_EXPORT ChildThreadImpl
|
| scoped_ptr<MojoApplication> mojo_application_;
|
|
|
| std::string channel_name_;
|
| - scoped_ptr<IPC::AttachmentBrokerUnprivileged> attachment_broker_;
|
| + IPC::AttachmentBrokerUnprivileged* attachment_broker_ = nullptr;
|
| scoped_ptr<IPC::SyncChannel> channel_;
|
|
|
| // Allows threads other than the main thread to send sync messages.
|
|
|