| Index: google_apis/gcm/gcm_client_impl.h
|
| diff --git a/google_apis/gcm/gcm_client_impl.h b/google_apis/gcm/gcm_client_impl.h
|
| index 72b86bab65f49ba9162472ec4f1e57395f802479..b094384a48aab4a97045d050860ea84a1daf0a29 100644
|
| --- a/google_apis/gcm/gcm_client_impl.h
|
| +++ b/google_apis/gcm/gcm_client_impl.h
|
| @@ -59,7 +59,7 @@ class GCM_EXPORT GCMClientImpl : public GCMClient {
|
| virtual void CheckOut() OVERRIDE;
|
| virtual void Register(const std::string& app_id,
|
| const std::string& cert,
|
| - const std::vector<std::string>& sender_ids) OVERRIDE;
|
| + const std::string& sender_id) OVERRIDE;
|
| virtual void Unregister(const std::string& app_id) OVERRIDE;
|
| virtual void Send(const std::string& app_id,
|
| const std::string& receiver_id,
|
|
|