| Index: components/gcm_driver/gcm_stats_recorder_impl.h
|
| diff --git a/components/gcm_driver/gcm_stats_recorder_impl.h b/components/gcm_driver/gcm_stats_recorder_impl.h
|
| index 5cbf63abc3e14090f37f32c5a2f5409d6e5b0f09..a2c46d1feb01a317b207064a59bd286675003c65 100644
|
| --- a/components/gcm_driver/gcm_stats_recorder_impl.h
|
| +++ b/components/gcm_driver/gcm_stats_recorder_impl.h
|
| @@ -39,9 +39,9 @@ class GCMStatsRecorderImpl : public GCMStatsRecorder {
|
| // Clear all recorded activities.
|
| void Clear();
|
|
|
| - // Records a message decryption failure caused by |reason| for |app_id|.
|
| + // Records a message decryption failure caused by |result| for |app_id|.
|
| void RecordDecryptionFailure(const std::string& app_id,
|
| - GCMEncryptionProvider::DecryptionFailure reason);
|
| + GCMEncryptionProvider::DecryptionResult result);
|
|
|
| // GCMStatsRecorder implementation:
|
| void RecordCheckinInitiated(uint64_t android_id) override;
|
|
|