Index: components/gcm_driver/gcm_account_mapper.cc |
diff --git a/components/gcm_driver/gcm_account_mapper.cc b/components/gcm_driver/gcm_account_mapper.cc |
index 9b5ccb739444d5c0b0bcf4385ae0755dcf4af228..046abcd3918554b99c316ee0d9266d5549884704 100644 |
--- a/components/gcm_driver/gcm_account_mapper.cc |
+++ b/components/gcm_driver/gcm_account_mapper.cc |
@@ -56,7 +56,7 @@ void GCMAccountMapper::Initialize( |
} |
void GCMAccountMapper::SetAccountTokens( |
- const std::vector<GCMClient::AccountTokenInfo> account_tokens) { |
+ const std::vector<GCMClient::AccountTokenInfo>& account_tokens) { |
// If account mapper is not ready to handle tasks yet, save the latest |
// account tokens and return. |
if (!IsReady()) { |