| 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;
|
|
|