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

Unified Diff: chrome/common/extensions/manifest_tests/extension_manifest_test.h

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_tests/extension_manifest_test.h
diff --git a/chrome/common/extensions/manifest_tests/extension_manifest_test.h b/chrome/common/extensions/manifest_tests/extension_manifest_test.h
index d803408e6c39f0cbee34cf0bba3c7a88f3ccc556..06a121f452bd1b696ed1990200295e8efd69169d 100644
--- a/chrome/common/extensions/manifest_tests/extension_manifest_test.h
+++ b/chrome/common/extensions/manifest_tests/extension_manifest_test.h
@@ -18,7 +18,7 @@ class ExtensionManifestTest : public testing::Test {
ExtensionManifestTest();
protected:
- virtual void SetUp() OVERRIDE;
+ virtual void TearDown() OVERRIDE;
// If filename is a relative path, LoadManifestFile will treat it relative to
// the appropriate test directory.

Powered by Google App Engine
This is Rietveld 408576698