| 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 d924238005978d4019a9703494fc9d614e3cf6c1..b894efaa70c8996c3ad77e0c6aa64bae599382ee 100644
|
| --- a/chrome/browser/services/gcm/gcm_client_mock.cc
|
| +++ b/chrome/browser/services/gcm/gcm_client_mock.cc
|
| @@ -143,7 +143,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());
|
|
|
|
|