| Index: components/gcm_driver/fake_gcm_client.cc
|
| diff --git a/components/gcm_driver/fake_gcm_client.cc b/components/gcm_driver/fake_gcm_client.cc
|
| index 6cfeb20a19a170785631c5036ad1f93f0c5abb66..ba630010b440b8995f802a5232d85070c4bfc311 100644
|
| --- a/components/gcm_driver/fake_gcm_client.cc
|
| +++ b/components/gcm_driver/fake_gcm_client.cc
|
| @@ -33,7 +33,6 @@ FakeGCMClient::~FakeGCMClient() {
|
| void FakeGCMClient::Initialize(
|
| const ChromeBuildInfo& chrome_build_info,
|
| 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,
|
|
|