| Index: components/gcm_driver/fake_gcm_client.h
|
| diff --git a/components/gcm_driver/fake_gcm_client.h b/components/gcm_driver/fake_gcm_client.h
|
| index 0d22dd695986eb3671ae708f9150a030766ec13e..fe06a79e880fb6093c01813acc93fc28cae43d2f 100644
|
| --- a/components/gcm_driver/fake_gcm_client.h
|
| +++ b/components/gcm_driver/fake_gcm_client.h
|
| @@ -56,8 +56,8 @@ class FakeGCMClient : public GCMClient {
|
| virtual void SetRecording(bool recording) OVERRIDE;
|
| virtual void ClearActivityLogs() OVERRIDE;
|
| virtual GCMStatistics GetStatistics() const OVERRIDE;
|
| - virtual void SetAccountsForCheckin(
|
| - const std::map<std::string, std::string>& account_tokens) OVERRIDE;
|
| + virtual void SetAccountTokens(
|
| + const std::vector<AccountTokenInfo>& account_tokens) OVERRIDE;
|
| virtual void UpdateAccountMapping(
|
| const AccountMapping& account_mapping) OVERRIDE;
|
| virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE;
|
|
|