| Index: chrome/browser/chromeos/customization_document.h
 | 
| diff --git a/chrome/browser/chromeos/customization_document.h b/chrome/browser/chromeos/customization_document.h
 | 
| index 4322855ea0df753589e0ae5455b8f57d55a89baf..ce3378a4eb763400585221fb98fccf58f899157d 100644
 | 
| --- a/chrome/browser/chromeos/customization_document.h
 | 
| +++ b/chrome/browser/chromeos/customization_document.h
 | 
| @@ -222,10 +222,10 @@ class ServicesCustomizationDocument : public CustomizationDocument,
 | 
|    static void SetApplied(bool val);
 | 
|  
 | 
|    // Overriden from CustomizationDocument:
 | 
| -  virtual bool LoadManifestFromString(const std::string& manifest) OVERRIDE;
 | 
| +  virtual bool LoadManifestFromString(const std::string& manifest) override;
 | 
|  
 | 
|    // Overriden from net::URLFetcherDelegate:
 | 
| -  virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
 | 
| +  virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
 | 
|  
 | 
|    // Initiate file fetching. Wait for online status.
 | 
|    void StartFileFetch();
 | 
| 
 |