| Index: chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| diff --git a/chrome/browser/services/gcm/fake_gcm_profile_service.h b/chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| index 60eaf1d710746cfb1857e448c3a75fc7f60416fd..bc9ade990d2e8f6f9f50cbb0ce3c758a4db152f4 100644
|
| --- a/chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| +++ b/chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| @@ -57,7 +57,7 @@ class FakeGCMProfileService : public GCMProfileService {
|
| }
|
|
|
| private:
|
| - // Indicates whether the serivce will collect paramters of the calls for
|
| + // Indicates whether the service will collect paramters of the calls for
|
| // furter verification in tests.
|
| bool collect_;
|
| std::string last_registered_app_id_;
|
|
|