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

Unified Diff: components/memory_pressure/direct_memory_pressure_calculator.h

Issue 1312893002: direct_memory_pressure_calculator.h: remove 'virtual' (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/memory_pressure/direct_memory_pressure_calculator.h
diff --git a/components/memory_pressure/direct_memory_pressure_calculator.h b/components/memory_pressure/direct_memory_pressure_calculator.h
index 15520ef41c2e66325f7864d02044eaee73b05599..6774b344ddd7f66d0c8635ea73084112531da259 100644
--- a/components/memory_pressure/direct_memory_pressure_calculator.h
+++ b/components/memory_pressure/direct_memory_pressure_calculator.h
@@ -38,7 +38,7 @@ class DirectMemoryPressureCalculator : public MemoryPressureCalculator {
DirectMemoryPressureCalculator(int moderate_threshold_mb,
int critical_threshold_mb);
- virtual ~DirectMemoryPressureCalculator() override {}
+ ~DirectMemoryPressureCalculator() override {}
// Calculates the current pressure level.
MemoryPressureLevel CalculateCurrentPressureLevel() override;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698