Index: chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h |
diff --git a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h |
index 9d509504a9440354bcca18ab3d440139094e62ca..a46bf6d2f030bd845399182413fc0e5ffe18f515 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h |
+++ b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer.h |
@@ -47,8 +47,8 @@ class LocalToRemoteSyncer : public SyncTask { |
const FileChange& local_change, |
const base::FilePath& local_path, |
const storage::FileSystemURL& url); |
- virtual ~LocalToRemoteSyncer(); |
- virtual void RunPreflight(scoped_ptr<SyncTaskToken> token) override; |
+ ~LocalToRemoteSyncer() override; |
+ void RunPreflight(scoped_ptr<SyncTaskToken> token) override; |
const storage::FileSystemURL& url() const { return url_; } |
const base::FilePath& target_path() const { return target_path_; } |