| 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);
|
|
|