Index: chrome/browser/services/gcm/gcm_client_mock.cc |
diff --git a/chrome/browser/services/gcm/gcm_client_mock.cc b/chrome/browser/services/gcm/gcm_client_mock.cc |
index 45f434983bbb8d418df1164815844ded21a144ef..99a4f54d8b8f83803c00efa1e33f64bac858c76c 100644 |
--- a/chrome/browser/services/gcm/gcm_client_mock.cc |
+++ b/chrome/browser/services/gcm/gcm_client_mock.cc |
@@ -25,6 +25,7 @@ GCMClientMock::~GCMClientMock() { |
void GCMClientMock::Initialize( |
const checkin_proto::ChromeBuildProto& chrome_build_proto, |
const base::FilePath& store_path, |
+ const std::vector<std::string>& account_ids, |
const scoped_refptr<base::SequencedTaskRunner>& blocking_task_runner, |
const scoped_refptr<net::URLRequestContextGetter>& |
url_request_context_getter, |