| Index: content/browser/fileapi/recursive_operation_delegate_unittest.cc
|
| diff --git a/content/browser/fileapi/recursive_operation_delegate_unittest.cc b/content/browser/fileapi/recursive_operation_delegate_unittest.cc
|
| index f57722f3374ff3ab2af7b42e4a6205a3c4ecc38f..3885384462898ad163f77d973200e35ed9646391 100644
|
| --- a/content/browser/fileapi/recursive_operation_delegate_unittest.cc
|
| +++ b/content/browser/fileapi/recursive_operation_delegate_unittest.cc
|
| @@ -128,14 +128,12 @@ void CallCancelLater(storage::RecursiveOperationDelegate* operation,
|
|
|
| class RecursiveOperationDelegateTest : public testing::Test {
|
| protected:
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| EXPECT_TRUE(base_.CreateUniqueTempDir());
|
| sandbox_file_system_.SetUp(base_.path().AppendASCII("filesystem"));
|
| }
|
|
|
| - virtual void TearDown() override {
|
| - sandbox_file_system_.TearDown();
|
| - }
|
| + void TearDown() override { sandbox_file_system_.TearDown(); }
|
|
|
| scoped_ptr<FileSystemOperationContext> NewContext() {
|
| FileSystemOperationContext* context =
|
|
|