| Index: chrome/browser/services/gcm/gcm_client_mock.h
|
| diff --git a/chrome/browser/services/gcm/gcm_client_mock.h b/chrome/browser/services/gcm/gcm_client_mock.h
|
| index aeca13a5449c4492ec7337e3d5757f14fbb3977e..add87e230f96201a59f74c0e783ba7f307557717 100644
|
| --- a/chrome/browser/services/gcm/gcm_client_mock.h
|
| +++ b/chrome/browser/services/gcm/gcm_client_mock.h
|
| @@ -47,7 +47,7 @@ class GCMClientMock : public GCMClient {
|
|
|
| void SetIsLoading(bool is_loading);
|
|
|
| - static CheckInInfo GetCheckInInfoFromUsername(const std::string& username);
|
| + static CheckinInfo GetCheckinInfoFromUsername(const std::string& username);
|
| static std::string GetRegistrationIdFromSenderIds(
|
| const std::vector<std::string>& sender_ids);
|
|
|
| @@ -55,7 +55,8 @@ class GCMClientMock : public GCMClient {
|
| Delegate* GetDelegate(const std::string& username) const;
|
|
|
| // Called on IO thread.
|
| - void CheckInFinished(std::string username, CheckInInfo checkin_info);
|
| + // TODO(fgorski): Update parameters to const ref.
|
| + void CheckInFinished(std::string username, CheckinInfo checkin_info);
|
| void RegisterFinished(std::string username,
|
| std::string app_id,
|
| std::string registrion_id);
|
|
|