Index: components/gcm_driver/gcm_client_impl_unittest.cc |
diff --git a/components/gcm_driver/gcm_client_impl_unittest.cc b/components/gcm_driver/gcm_client_impl_unittest.cc |
index f4e040d86f18901c38ba4a898b91f1c08ef6dde0..a502f1a18ffd462a22b7585786f4dec212af0528 100644 |
--- a/components/gcm_driver/gcm_client_impl_unittest.cc |
+++ b/components/gcm_driver/gcm_client_impl_unittest.cc |
@@ -316,6 +316,7 @@ class GCMClientImplTest : public testing::Test, |
void OnActivityRecorded() override {} |
void OnConnected(const net::IPEndPoint& ip_endpoint) override {} |
void OnDisconnected() override {} |
+ void OnStoreReset() override {} |
GCMClientImpl* gcm_client() const { return gcm_client_.get(); } |
GCMClientImpl::State gcm_client_state() const { |