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

Unified Diff: base/field_trial_unittest.cc

Issue 18535: Decrements FieldTrialList::constructor_count_ in the destructor. I'm... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 | « base/field_trial.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/field_trial_unittest.cc
===================================================================
--- base/field_trial_unittest.cc (revision 8409)
+++ base/field_trial_unittest.cc (working copy)
@@ -12,7 +12,6 @@
class FieldTrialTest : public testing::Test {
public:
FieldTrialTest() : trial_list_() { }
- ~FieldTrialTest() { FieldTrialList::ResetConstructorCountForTestingOnly(); }
private:
FieldTrialList trial_list_;
« no previous file with comments | « base/field_trial.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698