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

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

Issue 2374343002: Add MemoryCoordinatorImpl (Closed)
Patch Set: Update comments and rebase 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;

Powered by Google App Engine
This is Rietveld 408576698