| Index: components/gcm_driver/gcm_client_impl.cc
|
| diff --git a/components/gcm_driver/gcm_client_impl.cc b/components/gcm_driver/gcm_client_impl.cc
|
| index b576b23461a57a93af3f49c51dc328a6b1432f2d..f025a34751051ef1d2ccbb8ae102a251940ec9e2 100644
|
| --- a/components/gcm_driver/gcm_client_impl.cc
|
| +++ b/components/gcm_driver/gcm_client_impl.cc
|
| @@ -1154,7 +1154,7 @@ std::string GCMClientImpl::GetStateString() const {
|
| }
|
|
|
| void GCMClientImpl::SetRecording(bool recording) {
|
| - recorder_.SetRecording(recording);
|
| + recorder_.set_is_recording(recording);
|
| }
|
|
|
| void GCMClientImpl::ClearActivityLogs() {
|
|
|