| 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 ba49590ba3686e225791047843beb26a0d14233c..d0b278f03e7c522aff97f18786b7a2ac379d0f72 100644
|
| --- a/google_apis/gcm/gcm_client_impl_unittest.cc
|
| +++ b/google_apis/gcm/gcm_client_impl_unittest.cc
|
| @@ -250,6 +250,7 @@ class GCMClientImplTest : public testing::Test,
|
| 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 {
|
|
|