Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: chrome/browser/chromeos/drive/file_task_executor_unittest.cc

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/drive/file_task_executor_unittest.cc
diff --git a/chrome/browser/chromeos/drive/file_task_executor_unittest.cc b/chrome/browser/chromeos/drive/file_task_executor_unittest.cc
index 5c1e2b93cae617374febd5500a853eec73ee964a..7b7b5e15da95ea050ab9ea21ab6aaf7d75deb5cf 100644
--- a/chrome/browser/chromeos/drive/file_task_executor_unittest.cc
+++ b/chrome/browser/chromeos/drive/file_task_executor_unittest.cc
@@ -32,15 +32,15 @@ class TestDelegate : public FileTaskExecutorDelegate {
}
// FileTaskExecutorDelegate overrides.
- virtual FileSystemInterface* GetFileSystem() OVERRIDE {
+ virtual FileSystemInterface* GetFileSystem() override {
return fake_file_system_.get();
}
- virtual DriveServiceInterface* GetDriveService() OVERRIDE {
+ virtual DriveServiceInterface* GetDriveService() override {
return fake_drive_service_.get();
}
- virtual void OpenBrowserWindow(const GURL& open_link) OVERRIDE {
+ virtual void OpenBrowserWindow(const GURL& open_link) override {
opend_urls_->insert(open_link.spec());
}
« no previous file with comments | « chrome/browser/chromeos/drive/file_task_executor.cc ('k') | chrome/browser/chromeos/drive/file_write_watcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698