| 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 096163fa3aecdc676632489b571c28cc7d495874..5a995ce862be89566d601726dd628e0c6f5bbec4 100644
|
| --- a/content/browser/memory/memory_coordinator_browsertest.cc
|
| +++ b/content/browser/memory/memory_coordinator_browsertest.cc
|
| @@ -7,6 +7,7 @@
|
| #include "content/public/common/content_features.h"
|
| #include "content/public/test/content_browser_test.h"
|
| #include "content/public/test/content_browser_test_utils.h"
|
| +#include "content/public/test/memory_coordinator_test_utils.h"
|
|
|
| namespace content {
|
|
|
| @@ -15,7 +16,7 @@ class MemoryCoordinatorTest : public ContentBrowserTest {
|
| MemoryCoordinatorTest() {}
|
|
|
| void SetUp() override {
|
| - MemoryCoordinator::EnableFeaturesForTesting();
|
| + content::EnableFeaturesForTesting();
|
| ContentBrowserTest::SetUp();
|
| }
|
|
|
|
|