Index: chrome/browser/sync_file_system/sync_file_system_service_factory.h |
diff --git a/chrome/browser/sync_file_system/sync_file_system_service_factory.h b/chrome/browser/sync_file_system/sync_file_system_service_factory.h |
index 4df4980dd3f905f1656501b41a7e49202e370f5c..2e53306447865ff5a043a3e0f4615ecfcf9f1a0b 100644 |
--- a/chrome/browser/sync_file_system/sync_file_system_service_factory.h |
+++ b/chrome/browser/sync_file_system/sync_file_system_service_factory.h |
@@ -41,7 +41,7 @@ class SyncFileSystemServiceFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedServiceFactory overrides. |
virtual KeyedService* BuildServiceInstanceFor( |
- content::BrowserContext* context) const OVERRIDE; |
+ content::BrowserContext* context) const override; |
mutable scoped_ptr<LocalFileSyncService> mock_local_file_service_; |
mutable scoped_ptr<RemoteFileSyncService> mock_remote_file_service_; |