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

Unified Diff: components/memory_coordinator/common/memory_coordinator_features.cc

Issue 2265893002: memory_coordinator: Use component(target) instead of static_library(target) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 4 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: components/memory_coordinator/common/memory_coordinator_features.cc
diff --git a/components/memory_coordinator/common/memory_coordinator_features.cc b/components/memory_coordinator/common/memory_coordinator_features.cc
index a5e892fe2472d9ca91f7df5ca5ebf350f8069864..ebbd19f0d424ac863582182f2f777eb037324aa3 100644
--- a/components/memory_coordinator/common/memory_coordinator_features.cc
+++ b/components/memory_coordinator/common/memory_coordinator_features.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "components/memory_coordinator/common/memory_coordinator_features.h"
+
#include "base/feature_list.h"
namespace memory_coordinator {

Powered by Google App Engine
This is Rietveld 408576698