| Index: chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc b/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
|
| index db8df9add8541e2242bcad5438037eb00b018c02..bc208010a13dbaea64045f27baecf5766e733779 100644
|
| --- a/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_integration_service_unittest.cc
|
| @@ -24,12 +24,6 @@ class DriveIntegrationServiceTest : public testing::Test {
|
| new DummyFileSystem));
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| - integration_service_.reset();
|
| - google_apis::test_util::RunBlockingPoolTask();
|
| - profile_.reset();
|
| - }
|
| -
|
| protected:
|
| content::TestBrowserThreadBundle thread_bundle_;
|
| scoped_ptr<TestingProfile> profile_;
|
|
|