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

Unified Diff: content/browser/service_worker/service_worker_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
« no previous file with comments | « content/browser/renderer_host/renderer_frame_manager.cc ('k') | content/public/common/content_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_browsertest.cc
diff --git a/content/browser/service_worker/service_worker_browsertest.cc b/content/browser/service_worker/service_worker_browsertest.cc
index 4cd88192d634a0a87562082bda0e1a2870e9d2e3..69017558bba030a862ed528e5dd4ac7d214901f8 100644
--- a/content/browser/service_worker/service_worker_browsertest.cc
+++ b/content/browser/service_worker/service_worker_browsertest.cc
@@ -9,6 +9,7 @@
#include <memory>
#include <utility>
+#include "base/base_features.h"
#include "base/bind.h"
#include "base/callback.h"
#include "base/command_line.h"
@@ -2882,7 +2883,8 @@ class MemoryCoordinatorWithServiceWorkerTest
MemoryCoordinatorWithServiceWorkerTest() {}
void SetUp() override {
- scoped_feature_list_.InitAndEnableFeature(features::kMemoryCoordinator);
+ scoped_feature_list_.InitAndEnableFeature(
+ base::features::kMemoryCoordinator);
ServiceWorkerVersionBrowserTest::SetUp();
}
« no previous file with comments | « content/browser/renderer_host/renderer_frame_manager.cc ('k') | content/public/common/content_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698