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

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

Issue 2261073002: Make HistoryBackend a client of memory coordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 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
Index: content/browser/memory/memory_coordinator_browsertest.cc
diff --git a/content/browser/memory/memory_coordinator_browsertest.cc b/content/browser/memory/memory_coordinator_browsertest.cc
index 6000ce948161adbeb0e9301852c7e505a169b979..1011966f3d0ccfdb5de982f13b073cb0b90e1035 100644
--- a/content/browser/memory/memory_coordinator_browsertest.cc
+++ b/content/browser/memory/memory_coordinator_browsertest.cc
@@ -21,7 +21,7 @@ class MemoryCoordinatorTest : public ContentBrowserTest {
protected:
memory_coordinator::MemoryCoordinator* memory_coordinator() {
- return BrowserMainLoop::GetInstance()->memory_coordinator();
+ return memory_coordinator::MemoryCoordinator::GetInstance();
}
DISALLOW_COPY_AND_ASSIGN(MemoryCoordinatorTest);

Powered by Google App Engine
This is Rietveld 408576698