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

Unified Diff: components/memory_pressure/filtered_memory_pressure_calculator.cc

Issue 1314553003: Fix Clang style-plugin errors in memory_pressure component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « components/memory_pressure/filtered_memory_pressure_calculator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/memory_pressure/filtered_memory_pressure_calculator.cc
diff --git a/components/memory_pressure/filtered_memory_pressure_calculator.cc b/components/memory_pressure/filtered_memory_pressure_calculator.cc
index 9f5aa9d347f1051c0be9875d541d5eae81732c38..3579161b5424840adcde701d1fdc356a5c88c94b 100644
--- a/components/memory_pressure/filtered_memory_pressure_calculator.cc
+++ b/components/memory_pressure/filtered_memory_pressure_calculator.cc
@@ -32,6 +32,9 @@ FilteredMemoryPressureCalculator::FilteredMemoryPressureCalculator(
samples_taken_(false),
cooldown_in_progress_(false) {}
+FilteredMemoryPressureCalculator::~FilteredMemoryPressureCalculator() {
+}
+
FilteredMemoryPressureCalculator::MemoryPressureLevel
FilteredMemoryPressureCalculator::CalculateCurrentPressureLevel() {
base::TimeTicks now = tick_clock_->NowTicks();
« no previous file with comments | « components/memory_pressure/filtered_memory_pressure_calculator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698