| Index: blimp/client/core/blimp_client_context_impl.cc
|
| diff --git a/blimp/client/core/blimp_client_context_impl.cc b/blimp/client/core/blimp_client_context_impl.cc
|
| index f90b1dc02b222929b3e0851a1a240809064d7aa0..a8175ee82034c24b63ea368b96376a8cf8142cc7 100644
|
| --- a/blimp/client/core/blimp_client_context_impl.cc
|
| +++ b/blimp/client/core/blimp_client_context_impl.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "blimp/client/core/blimp_client_context_impl.h"
|
|
|
| +#include <string>
|
| +
|
| #include "base/bind.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/message_loop/message_loop.h"
|
| @@ -59,7 +61,7 @@ BlimpClientContextImpl::BlimpClientContextImpl(
|
| thread_pipe_manager_ = base::MakeUnique<ThreadPipeManager>(
|
| io_thread_task_runner_, net_components_->GetBrowserConnectionHandler());
|
|
|
| - // Initialize must only be posted after the calls features have been
|
| + // Initialize must only be posted after the features have been
|
| // registered.
|
| io_thread_task_runner_->PostTask(
|
| FROM_HERE, base::Bind(&ClientNetworkComponents::Initialize,
|
|
|