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

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

Issue 2819493002: [Test] Move DelegatedFrameEvictor into components -public_deps (Closed)
Patch Set: use if null instead of feature Created 3 years, 8 months 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_browsertest.cc
diff --git a/content/browser/memory/memory_coordinator_impl_browsertest.cc b/content/browser/memory/memory_coordinator_impl_browsertest.cc
index 9403f8ef7e183ca72a50004936462404022a0696..0e622a68a7470e8c4926a043cb341a50aa140f52 100644
--- a/content/browser/memory/memory_coordinator_impl_browsertest.cc
+++ b/content/browser/memory/memory_coordinator_impl_browsertest.cc
@@ -4,10 +4,10 @@
#include "content/browser/memory/memory_coordinator_impl.h"
+#include "base/base_features.h"
#include "base/memory/ptr_util.h"
#include "base/test/scoped_feature_list.h"
#include "content/browser/browser_main_loop.h"
-#include "content/public/common/content_features.h"
#include "content/public/test/content_browser_test.h"
#include "content/public/test/content_browser_test_utils.h"
@@ -31,7 +31,8 @@ class MemoryCoordinatorImplBrowserTest : public ContentBrowserTest {
MemoryCoordinatorImplBrowserTest() {}
void SetUp() override {
- scoped_feature_list_.InitAndEnableFeature(features::kMemoryCoordinator);
+ scoped_feature_list_.InitAndEnableFeature(
+ base::features::kMemoryCoordinator);
ContentBrowserTest::SetUp();
}
« no previous file with comments | « content/browser/memory/memory_coordinator_impl.cc ('k') | content/browser/memory/memory_coordinator_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698