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

Unified Diff: content/browser/fileapi/file_system_operation_impl_unittest.cc

Issue 678073006: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bogus formatting 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: content/browser/fileapi/file_system_operation_impl_unittest.cc
diff --git a/content/browser/fileapi/file_system_operation_impl_unittest.cc b/content/browser/fileapi/file_system_operation_impl_unittest.cc
index 59f32b6d6989b77435ab54da96798e14fc7cf7b8..23a8c2d679b8d09516b559a21ad2cb82803bb344 100644
--- a/content/browser/fileapi/file_system_operation_impl_unittest.cc
+++ b/content/browser/fileapi/file_system_operation_impl_unittest.cc
@@ -48,7 +48,7 @@ class FileSystemOperationImplTest
FileSystemOperationImplTest() : weak_factory_(this) {}
protected:
- virtual void SetUp() override {
+ void SetUp() override {
EXPECT_TRUE(base_.CreateUniqueTempDir());
change_observers_ =
storage::MockFileChangeObserver::CreateList(&change_observer_);
@@ -70,7 +70,7 @@ class FileSystemOperationImplTest
update_observer_.Disable();
}
- virtual void TearDown() override {
+ void TearDown() override {
// Let the client go away before dropping a ref of the quota manager proxy.
quota_manager_proxy()->SimulateQuotaManagerDestroyed();
quota_manager_ = NULL;

Powered by Google App Engine
This is Rietveld 408576698