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..d71f4666700a020a1251621db8f1b9d757f51883 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_RESULT_INVALID_PAYLOAD); |
EXPECT_EQ(6u, activity_recorded_calls()); |
RecordedActivities activities; |