Index: chrome/browser/sync_file_system/drive_backend/sync_task.h |
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_task.h b/chrome/browser/sync_file_system/drive_backend/sync_task.h |
index da9b6f99f708d64f65c8260c32355cbbced70d01..55709884ace7f1ed69e01ea28ebeccd19d017a5b 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_task.h |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_task.h |
@@ -38,7 +38,7 @@ class ExclusiveTask : public SyncTask { |
ExclusiveTask(); |
virtual ~ExclusiveTask(); |
- virtual void RunPreflight(scoped_ptr<SyncTaskToken> token) OVERRIDE FINAL; |
+ virtual void RunPreflight(scoped_ptr<SyncTaskToken> token) override final; |
virtual void RunExclusive(const SyncStatusCallback& callback) = 0; |
private: |