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

Unified Diff: content/browser/memory/memory_coordinator_unittest.cc

Issue 2374343002: Add MemoryCoordinatorImpl (Closed)
Patch Set: comments Created 4 years, 2 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
Index: content/browser/memory/memory_coordinator_unittest.cc
diff --git a/content/browser/memory/memory_coordinator_unittest.cc b/content/browser/memory/memory_coordinator_unittest.cc
index c62232f1a141eba03fbb6c0c792be61ab66ec106..eb81c9823a4ad553d627db80a7380765e4aac77b 100644
--- a/content/browser/memory/memory_coordinator_unittest.cc
+++ b/content/browser/memory/memory_coordinator_unittest.cc
@@ -59,7 +59,7 @@ class TestMemoryCoordinator : public MemoryCoordinator {
};
TestMemoryCoordinator() {}
- ~TestMemoryCoordinator() {}
+ ~TestMemoryCoordinator() override {}
using MemoryCoordinator::OnConnectionError;
« no previous file with comments | « content/browser/memory/memory_coordinator_impl_unittest.cc ('k') | content/browser/memory/memory_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698