Commit 944c1894 authored by Glen Robertson's avatar Glen Robertson Committed by Commit Bot

smart_dim: Remove unneeded include and expose metrics.h.

Fixes `gn check` errors.
Split out from crrev.com/c/2383400

Bug: 898837
Change-Id: Ia8e32e907bddc56c6e214d5c2ab1f5477fe1a2f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2384709
Auto-Submit: Glen Robertson <glenrob@chromium.org>
Commit-Queue: Joshua Pawlicki <waffles@chromium.org>
Reviewed-by: default avatarJia Meng <jiameng@chromium.org>
Reviewed-by: default avatarJoshua Pawlicki <waffles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#803525}
parent 2c568919
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
source_set("smart_dim") { source_set("smart_dim") {
public = [ public = [
"metrics.h",
"ml_agent.h", "ml_agent.h",
"model.h", "model.h",
"model_impl.h", "model_impl.h",
...@@ -15,7 +16,6 @@ source_set("smart_dim") { ...@@ -15,7 +16,6 @@ source_set("smart_dim") {
"download_worker.cc", "download_worker.cc",
"download_worker.h", "download_worker.h",
"metrics.cc", "metrics.cc",
"metrics.h",
"ml_agent.cc", "ml_agent.cc",
"ml_agent.h", "ml_agent.h",
"ml_agent_util.cc", "ml_agent_util.cc",
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include "base/task/post_task.h" #include "base/task/post_task.h"
#include "base/task/thread_pool.h" #include "base/task/thread_pool.h"
#include "base/version.h" #include "base/version.h"
#include "chrome/browser/chromeos/power/ml/smart_dim/download_worker.h"
#include "chrome/browser/chromeos/power/ml/smart_dim/metrics.h" #include "chrome/browser/chromeos/power/ml/smart_dim/metrics.h"
#include "chrome/browser/chromeos/power/ml/smart_dim/ml_agent.h" #include "chrome/browser/chromeos/power/ml/smart_dim/ml_agent.h"
#include "chromeos/constants/chromeos_features.h" #include "chromeos/constants/chromeos_features.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment