summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h')
-rw-r--r--components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h b/components/proximity_auth/cryptauth/cryptauth_gcm_manager_impl.h
index c58fa45..6bf93f0 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;