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

Unified Diff: chrome/common/extensions/manifest_handler_unittest.cc

Issue 12220122: Move calls of ManifestHandler::ClearRegistryForTesting to TearDown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
Index: chrome/common/extensions/manifest_handler_unittest.cc
diff --git a/chrome/common/extensions/manifest_handler_unittest.cc b/chrome/common/extensions/manifest_handler_unittest.cc
index d1bbd68a5a1d5bf782c8b9b2cac6751ea99f37fe..dec16eb04922fb75b9a022b516a10e3aaca0da7b 100644
--- a/chrome/common/extensions/manifest_handler_unittest.cc
+++ b/chrome/common/extensions/manifest_handler_unittest.cc
@@ -100,7 +100,7 @@ class ManifestHandlerTest : public testing::Test {
};
protected:
- virtual void SetUp() OVERRIDE {
+ virtual void TearDown() OVERRIDE {
ManifestHandler::ClearRegistryForTesting();
}
};

Powered by Google App Engine
This is Rietveld 408576698