Index: chrome/browser/services/gcm/gcm_client_mock.cc |
diff --git a/chrome/browser/services/gcm/gcm_client_mock.cc b/chrome/browser/services/gcm/gcm_client_mock.cc |
index 3b58cda8d87a12545d5da27930625a6e18789639..1b0e8c53daa4e8e26bae09bdfb9d9833b435dd49 100644 |
--- a/chrome/browser/services/gcm/gcm_client_mock.cc |
+++ b/chrome/browser/services/gcm/gcm_client_mock.cc |
@@ -137,7 +137,7 @@ void GCMClientMock::DeleteMessages(const std::string& app_id) { |
// static |
std::string GCMClientMock::GetRegistrationIdFromSenderIds( |
const std::vector<std::string>& sender_ids) { |
- // GCMProfileService normalizes the sender IDs by making them sorted. |
+ // GCMService normalizes the sender IDs by making them sorted. |
std::vector<std::string> normalized_sender_ids = sender_ids; |
std::sort(normalized_sender_ids.begin(), normalized_sender_ids.end()); |