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

Unified Diff: components/memory_pressure/test_memory_pressure_calculator.h

Issue 1311743005: One more memory_pressure style fix (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/test_memory_pressure_calculator.h
diff --git a/components/memory_pressure/test_memory_pressure_calculator.h b/components/memory_pressure/test_memory_pressure_calculator.h
index 20ad6719192fa37239489470a97857d036f1910f..d41a3d060f2824a44762b8c3e3a70d1618427c00 100644
--- a/components/memory_pressure/test_memory_pressure_calculator.h
+++ b/components/memory_pressure/test_memory_pressure_calculator.h
@@ -15,7 +15,7 @@ namespace memory_pressure {
class TestMemoryPressureCalculator : public MemoryPressureCalculator {
public:
TestMemoryPressureCalculator();
- virtual ~TestMemoryPressureCalculator() {}
+ ~TestMemoryPressureCalculator() override {}
// MemoryPressureCalculator implementation.
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