| Index: chrome/browser/services/gcm/fake_gcm_client.cc
|
| diff --git a/chrome/browser/services/gcm/fake_gcm_client.cc b/chrome/browser/services/gcm/fake_gcm_client.cc
|
| index 914dbee60a1c3119614f36c7d977df6a102cedc2..679d3669d51b8f1c735449ac9fddc54f22efa66e 100644
|
| --- a/chrome/browser/services/gcm/fake_gcm_client.cc
|
| +++ b/chrome/browser/services/gcm/fake_gcm_client.cc
|
| @@ -30,7 +30,7 @@ FakeGCMClient::~FakeGCMClient() {
|
| }
|
|
|
| void FakeGCMClient::Initialize(
|
| - const checkin_proto::ChromeBuildProto& chrome_build_proto,
|
| + 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,
|
|
|