Index: components/gcm_driver/instance_id/instance_id.cc |
diff --git a/components/gcm_driver/instance_id/instance_id.cc b/components/gcm_driver/instance_id/instance_id.cc |
index b83b15fa27674660622c30ec5873c03ad14d13a5..9e875a02ab4a6852f20f4557e54f3a4a06535183 100644 |
--- a/components/gcm_driver/instance_id/instance_id.cc |
+++ b/components/gcm_driver/instance_id/instance_id.cc |
@@ -19,7 +19,7 @@ void InstanceID::SetTokenRefreshCallback(const TokenRefreshCallback& callback) { |
void InstanceID::NotifyTokenRefresh(bool update_id) { |
if (!token_refresh_callback_.is_null()) |
- token_refresh_callback_.Run(this, update_id); |
+ token_refresh_callback_.Run(app_id_, update_id); |
} |
} // namespace instance_id |