| Index: chrome/browser/chromeos/file_manager/volume_manager_factory.h
|
| diff --git a/chrome/browser/chromeos/file_manager/volume_manager_factory.h b/chrome/browser/chromeos/file_manager/volume_manager_factory.h
|
| index 21d4207ac039894de4ad2398b340aca56f52767b..56cd04479b353ee0632a950cd13c1def701db850 100644
|
| --- a/chrome/browser/chromeos/file_manager/volume_manager_factory.h
|
| +++ b/chrome/browser/chromeos/file_manager/volume_manager_factory.h
|
| @@ -29,13 +29,13 @@ class VolumeManagerFactory : public BrowserContextKeyedServiceFactory {
|
| protected:
|
| // BrowserContextKeyedBaseFactory overrides:
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| - virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
|
| - virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| + virtual bool ServiceIsCreatedWithBrowserContext() const override;
|
| + virtual bool ServiceIsNULLWhileTesting() const override;
|
|
|
| // BrowserContextKeyedServiceFactory overrides:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| private:
|
| // For Singleton.
|
|
|