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

Unified Diff: components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h

Issue 1248533003: Hook up CryptAuthGCMManager to the enrollment and device sync managers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix webui Created 5 years, 5 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: components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h b/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h
index c58fa453cb8c39127ff9f253b65905e1b23eb840..6bf93f05a273bd8be1f33fa4d9babfd8a5571a7a 100644
--- a/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h
+++ b/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h
@@ -31,7 +31,7 @@ class CryptAuthGCMManagerImpl : public CryptAuthGCMManager,
// |pref_service|: Contains preferences across browser restarts, and should
// have been registered through RegisterPrefs(). The service is not owned
// and must outlive this instance.
- CryptAuthGCMManagerImpl(gcm::GCMDriver* gcm_deriver,
+ CryptAuthGCMManagerImpl(gcm::GCMDriver* gcm_driver,
PrefService* pref_service);
~CryptAuthGCMManagerImpl() override;

Powered by Google App Engine
This is Rietveld 408576698