Chromium Code Reviews| 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 4ebebde648c30cfb8a3c03536604343eb4b982d8..fea1861187dafa7b1fb5565070368d6062dbf3e0 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> |
|
Wez
2016/08/30 00:03:58
nit: No need for this here, since the .h already i
CJ
2016/08/31 23:22:56
Done.
|
| + |
| #include "base/bind.h" |
| #include "base/memory/ptr_util.h" |
| #include "base/message_loop/message_loop.h" |
| @@ -70,7 +72,7 @@ BlimpClientContextImpl::BlimpClientContextImpl( |
| RegisterFeatures(); |
| - // 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, |