| Index: chrome/browser/sync/glue/local_device_info_provider_impl.h
 | 
| diff --git a/chrome/browser/sync/glue/local_device_info_provider_impl.h b/chrome/browser/sync/glue/local_device_info_provider_impl.h
 | 
| index 7b91fc49dd79bfc6fab92a1ad04c57ff69515c90..a4bdc9cb011c12c127e4fbffe3508b2629ada006 100644
 | 
| --- a/chrome/browser/sync/glue/local_device_info_provider_impl.h
 | 
| +++ b/chrome/browser/sync/glue/local_device_info_provider_impl.h
 | 
| @@ -22,13 +22,13 @@ class LocalDeviceInfoProviderImpl
 | 
|    virtual ~LocalDeviceInfoProviderImpl();
 | 
|  
 | 
|    // LocalDeviceInfoProvider implementation.
 | 
| -  virtual const sync_driver::DeviceInfo* GetLocalDeviceInfo() const OVERRIDE;
 | 
| -  virtual std::string GetLocalSyncCacheGUID() const OVERRIDE;
 | 
| +  virtual const sync_driver::DeviceInfo* GetLocalDeviceInfo() const override;
 | 
| +  virtual std::string GetLocalSyncCacheGUID() const override;
 | 
|    virtual void Initialize(
 | 
|        const std::string& cache_guid,
 | 
| -      const std::string& signin_scoped_device_id) OVERRIDE;
 | 
| +      const std::string& signin_scoped_device_id) override;
 | 
|    virtual scoped_ptr<Subscription> RegisterOnInitializedCallback(
 | 
| -    const base::Closure& callback) OVERRIDE;
 | 
| +    const base::Closure& callback) override;
 | 
|  
 | 
|    // Helper to construct a user agent string (ASCII) suitable for use by
 | 
|    // the syncapi for any HTTP communication. This string is used by the sync
 | 
| 
 |