| 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 451c2c40b10cf6e3de03aae64e9c71aad116017a..2c5e78d2f9f05f5bf0972e12b73a6516b32ad26a 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 {
|
|
|