| Index: chrome/browser/signin/easy_unlock_service.h
|
| diff --git a/chrome/browser/signin/easy_unlock_service.h b/chrome/browser/signin/easy_unlock_service.h
|
| index cffed982972324de736de116946bc9f3a8676ec1..a50b832dc490b5976fb6b9a0367a3a485c09225e 100644
|
| --- a/chrome/browser/signin/easy_unlock_service.h
|
| +++ b/chrome/browser/signin/easy_unlock_service.h
|
| @@ -228,6 +228,7 @@ class EasyUnlockService : public KeyedService,
|
| scoped_ptr<proximity_auth::CryptAuthClientFactory>
|
| CreateCryptAuthClientFactory() override;
|
| cryptauth::DeviceClassifier GetDeviceClassifier() override;
|
| + gcm::GCMDriver* GetGCMDriver() override;
|
|
|
| ChromeProximityAuthClient* proximity_auth_client() {
|
| return &proximity_auth_client_;
|
|
|