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

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

Issue 2466883002: Add TabLoaderTest (Closed)
Patch Set: Address on sky's review Created 4 years, 1 month 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 096163fa3aecdc676632489b571c28cc7d495874..8bbc13b91436433c19bcb3d1212e9d88e70e9203 100644
--- a/content/browser/memory/memory_coordinator_browsertest.cc
+++ b/content/browser/memory/memory_coordinator_browsertest.cc
@@ -15,7 +15,7 @@ class MemoryCoordinatorTest : public ContentBrowserTest {
MemoryCoordinatorTest() {}
void SetUp() override {
- MemoryCoordinator::EnableFeaturesForTesting();
+ content::EnableFeaturesForTesting();
ContentBrowserTest::SetUp();
}

Powered by Google App Engine
This is Rietveld 408576698