| Index: chrome/browser/services/gcm/gcm_client_mock.h
|
| diff --git a/chrome/browser/services/gcm/gcm_client_mock.h b/chrome/browser/services/gcm/gcm_client_mock.h
|
| index 485a6a8938d3b62be4efeba2e1b6518041b58ddb..518456dd54ae935aad094830e64bb1cc76d2ef8e 100644
|
| --- a/chrome/browser/services/gcm/gcm_client_mock.h
|
| +++ b/chrome/browser/services/gcm/gcm_client_mock.h
|
| @@ -32,6 +32,7 @@ class GCMClientMock : public GCMClient {
|
| virtual void 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,
|
|
|