| Index: chrome/browser/services/gcm/fake_gcm_client.h
|
| diff --git a/chrome/browser/services/gcm/fake_gcm_client.h b/chrome/browser/services/gcm/fake_gcm_client.h
|
| index 20e12cd5ec512631cb23adc24c9760e3543f2289..a05904670b7ee09210664e03b352b4fe39c60194 100644
|
| --- a/chrome/browser/services/gcm/fake_gcm_client.h
|
| +++ b/chrome/browser/services/gcm/fake_gcm_client.h
|
| @@ -37,7 +37,7 @@ class FakeGCMClient : public GCMClient {
|
| // Overridden from GCMClient:
|
| // Called on IO thread.
|
| virtual void 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,
|
|
|