Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4938)

Unified Diff: chrome/browser/chromeos/drive/change_list_processor_unittest.cc

Issue 18419004: Remove destruction-only TearDown() methods in Drive related test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/drive_app_registry_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/change_list_processor_unittest.cc
diff --git a/chrome/browser/chromeos/drive/change_list_processor_unittest.cc b/chrome/browser/chromeos/drive/change_list_processor_unittest.cc
index 92ca34f5de6609d6a92ef900aa4a8e3bad9f95f7..14955636ad45726db6141500c65f46873d663564 100644
--- a/chrome/browser/chromeos/drive/change_list_processor_unittest.cc
+++ b/chrome/browser/chromeos/drive/change_list_processor_unittest.cc
@@ -51,10 +51,6 @@ class ChangeListProcessorTest : public testing::Test {
ASSERT_EQ(FILE_ERROR_OK, metadata_->Initialize());
}
- virtual void TearDown() OVERRIDE {
- metadata_.reset();
- }
-
// Parses a json file at |test_data_path| relative to Chrome test directory
// into a ScopedVector<drive::internal::ChangeList>.
ScopedVector<ChangeList> ParseChangeList(const std::string& test_data_path) {
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/drive_app_registry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698