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

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

Issue 623933003: Replacing the OVERRIDE with override and FINAL with final in content/browser/fileapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 a49cc883361897f35489dbb1cf9073ab5cfdd75f..af2d0785c992ce895147e0865f99bf6559a08583 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 {
+ virtual 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 {
+ virtual 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