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

Unified Diff: content/browser/memory/memory_coordinator_impl_unittest.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_impl_unittest.cc
diff --git a/content/browser/memory/memory_coordinator_impl_unittest.cc b/content/browser/memory/memory_coordinator_impl_unittest.cc
index dd12e5526cd44bb02a5c049a79633cddf85a1b38..294864d77ad2905566c6f629a79ebba3d1c6f172 100644
--- a/content/browser/memory/memory_coordinator_impl_unittest.cc
+++ b/content/browser/memory/memory_coordinator_impl_unittest.cc
@@ -51,7 +51,7 @@ class MockMemoryMonitor : public MemoryMonitor {
class MemoryCoordinatorImplTest : public testing::Test {
public:
void SetUp() override {
- MemoryCoordinator::EnableFeaturesForTesting();
+ content::EnableFeaturesForTesting();
coordinator_.reset(new MemoryCoordinatorImpl(
message_loop_.task_runner(), base::WrapUnique(new MockMemoryMonitor)));

Powered by Google App Engine
This is Rietveld 408576698