| Index: google_apis/gcm/gcm_client_impl_unittest.cc
|
| diff --git a/google_apis/gcm/gcm_client_impl_unittest.cc b/google_apis/gcm/gcm_client_impl_unittest.cc
|
| index d0b278f03e7c522aff97f18786b7a2ac379d0f72..ba49590ba3686e225791047843beb26a0d14233c 100644
|
| --- a/google_apis/gcm/gcm_client_impl_unittest.cc
|
| +++ b/google_apis/gcm/gcm_client_impl_unittest.cc
|
| @@ -250,7 +250,6 @@
|
| const std::string& app_id,
|
| const gcm::GCMClient::SendErrorDetails& send_error_details) OVERRIDE;
|
| virtual void OnGCMReady() OVERRIDE;
|
| - virtual void OnActivityRecorded() OVERRIDE {}
|
|
|
| GCMClientImpl* gcm_client() const { return gcm_client_.get(); }
|
| FakeMCSClient* mcs_client() const {
|
|
|