Index: base/trace_event/heap_profiler_allocation_context_tracker_unittest.cc |
diff --git a/base/trace_event/heap_profiler_allocation_context_tracker_unittest.cc b/base/trace_event/heap_profiler_allocation_context_tracker_unittest.cc |
index 2498fcd30c913463c3899e8b075481bd60148dbc..4c331eba6b3db9e65cb9546c5689840b69472afb 100644 |
--- a/base/trace_event/heap_profiler_allocation_context_tracker_unittest.cc |
+++ b/base/trace_event/heap_profiler_allocation_context_tracker_unittest.cc |
@@ -60,8 +60,8 @@ class AllocationContextTrackerTest : public testing::Test { |
public: |
void SetUp() override { |
TraceConfig config(""); |
- TraceLog::GetInstance()->SetEnabled(config, TraceLog::RECORDING_MODE); |
AllocationContextTracker::SetCaptureEnabled(true); |
+ TraceLog::GetInstance()->SetEnabled(config, TraceLog::RECORDING_MODE); |
} |
void TearDown() override { |