| Index: components/gcm_driver/gcm_stats_recorder_android_unittest.cc
|
| diff --git a/components/gcm_driver/gcm_stats_recorder_android_unittest.cc b/components/gcm_driver/gcm_stats_recorder_android_unittest.cc
|
| index addca7437443807c36fc26da22d3969cf235bff5..0758c4c6b5847442c6aadad3a7423521de7f26cb 100644
|
| --- a/components/gcm_driver/gcm_stats_recorder_android_unittest.cc
|
| +++ b/components/gcm_driver/gcm_stats_recorder_android_unittest.cc
|
| @@ -57,7 +57,7 @@ TEST_F(GCMStatsRecorderAndroidTest, RecordsAndCallsDelegate) {
|
| EXPECT_EQ(5u, activity_recorded_calls());
|
|
|
| recorder.RecordDecryptionFailure(
|
| - kTestAppId, GCMEncryptionProvider::DECRYPTION_FAILURE_INVALID_PAYLOAD);
|
| + kTestAppId, GCMEncryptionProvider::DECRYPTION_REASON_INVALID_PAYLOAD);
|
| EXPECT_EQ(6u, activity_recorded_calls());
|
|
|
| RecordedActivities activities;
|
|
|