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 55709884ace7f1ed69e01ea28ebeccd19d017a5b..d7016845b105f0fa819c84ba94070806d2c32aa5 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_task.h |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_task.h |
@@ -36,9 +36,9 @@ class SyncTask { |
class ExclusiveTask : public SyncTask { |
public: |
ExclusiveTask(); |
- virtual ~ExclusiveTask(); |
+ ~ExclusiveTask() override; |
- virtual void RunPreflight(scoped_ptr<SyncTaskToken> token) override final; |
+ void RunPreflight(scoped_ptr<SyncTaskToken> token) final; |
virtual void RunExclusive(const SyncStatusCallback& callback) = 0; |
private: |