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

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

Issue 2466883002: Add TabLoaderTest (Closed)
Patch Set: Address on reviews 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..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();
}

Powered by Google App Engine
This is Rietveld 408576698