| Index: components/gcm_driver/instance_id/instance_id_driver.h
|
| diff --git a/components/gcm_driver/instance_id/instance_id_driver.h b/components/gcm_driver/instance_id/instance_id_driver.h
|
| index 38e1e6224b93c61c654b6b376b95d055daccb36e..f0ff94242889353db59a1713067c02b52d1e29b4 100644
|
| --- a/components/gcm_driver/instance_id/instance_id_driver.h
|
| +++ b/components/gcm_driver/instance_id/instance_id_driver.h
|
| @@ -30,7 +30,7 @@ class InstanceIDDriver {
|
| virtual ~InstanceIDDriver();
|
|
|
| // Returns the InstanceID that provides the Instance ID service for the given
|
| - // application. The lifetime of InstanceID will be managed by this class.
|
| + // application. The lifetime of the InstanceID will be managed by this class.
|
| InstanceID* GetInstanceID(const std::string& app_id);
|
|
|
| // Removes the InstanceID when it is not longer needed, i.e. the app is being
|
|
|