| Index: chrome/browser/chromeos/drive/drive_app_registry_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/drive_app_registry_unittest.cc b/chrome/browser/chromeos/drive/drive_app_registry_unittest.cc
|
| index 605fa8be627112925c22c39ef22a7c77f6d837d1..941cc772c86680130e5bc8653244a22fccfb3d9a 100644
|
| --- a/chrome/browser/chromeos/drive/drive_app_registry_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/drive_app_registry_unittest.cc
|
| @@ -20,7 +20,6 @@ class DriveAppRegistryTest : public testing::Test {
|
| virtual void SetUp() OVERRIDE {
|
| profile_.reset(new TestingProfile);
|
|
|
| - // The fake object will be manually deleted in TearDown().
|
| fake_drive_service_.reset(new FakeDriveService);
|
| fake_drive_service_->LoadAppListForDriveApi("drive/applist.json");
|
|
|
|
|