Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: blimp/client/core/blimp_client_context_impl.cc

Issue 2249283003: Hooks together Geolocation Feature in the Client and Engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lai
Patch Set: Merge with master. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698