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

Unified Diff: content/browser/geolocation/device_data_provider.h

Issue 8956019: base::Bind: Remove includes of base.bind in header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mac fix. Created 9 years 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
« no previous file with comments | « chrome_frame/custom_sync_call_context.cc ('k') | media/base/download_rate_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/geolocation/device_data_provider.h
diff --git a/content/browser/geolocation/device_data_provider.h b/content/browser/geolocation/device_data_provider.h
index ba3fb8f4b34f601cf432b3ae08c62637c1898003..4466f91aa75aa710355d297fb2c7c3f1379f7936 100644
--- a/content/browser/geolocation/device_data_provider.h
+++ b/content/browser/geolocation/device_data_provider.h
@@ -193,7 +193,7 @@ class DeviceDataProviderImplBase : public DeviceDataProviderImplBaseHack {
// Calls DeviceDataUpdateAvailable() on all registered listeners.
typedef std::set<ListenerInterface*> ListenersSet;
void NotifyListeners() {
- // Always make the nitofy callback via a posted task, se we can unwind
+ // Always make the notify callback via a posted task, so we can unwind
// callstack here and make callback without causing client re-entrancy.
client_loop_->PostTask(FROM_HERE, base::Bind(
&DeviceDataProviderImplBase<DataType>::NotifyListenersInClientLoop,
« no previous file with comments | « chrome_frame/custom_sync_call_context.cc ('k') | media/base/download_rate_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698