| Index: chrome/browser/chromeos/drive/file_system/update_operation_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/update_operation_unittest.cc b/chrome/browser/chromeos/drive/file_system/update_operation_unittest.cc
|
| index e7517ec3fbd4d2c40cf5d10d13e830216e6f8156..58ba3553534cb0da7c28cc412387214fb757db64 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/update_operation_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/update_operation_unittest.cc
|
| @@ -25,11 +25,6 @@ class UpdateOperationTest : public OperationTestBase {
|
| cache()));
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| - operation_.reset();
|
| - OperationTestBase::TearDown();
|
| - }
|
| -
|
| scoped_ptr<UpdateOperation> operation_;
|
| };
|
|
|
|
|