Index: chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
diff --git a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
index 7f0d6328d508df6dedf65819ef43939b56ce0cec..6d6866d0ec22822eac9b37f724aacd7bf9369dca 100644 |
--- a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
+++ b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc |
@@ -255,7 +255,7 @@ TEST_F(GCMProfileServiceTest, RegisterAndUnregister) { |
RegisterAndWaitForCompletion(sender_ids); |
std::string expected_registration_id = |
- FakeGCMClient::GetRegistrationIdFromSenderIds(sender_ids); |
+ GetGCMClient()->GetRegistrationIdFromSenderIds(sender_ids); |
EXPECT_EQ(expected_registration_id, registration_id()); |
EXPECT_EQ(GCMClient::SUCCESS, registration_result()); |