summaryrefslogtreecommitdiff
path: root/chromium/components/google
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/google')
-rw-r--r--chromium/components/google/core/browser/BUILD.gn1
-rw-r--r--chromium/components/google/core/browser/DEPS1
-rw-r--r--chromium/components/google/core/browser/google_url_tracker.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/chromium/components/google/core/browser/BUILD.gn b/chromium/components/google/core/browser/BUILD.gn
index c107f106d3f..22f7273ce4e 100644
--- a/chromium/components/google/core/browser/BUILD.gn
+++ b/chromium/components/google/core/browser/BUILD.gn
@@ -20,7 +20,6 @@ static_library("browser") {
]
deps = [
- "//components/data_use_measurement/core",
"//components/pref_registry",
"//components/prefs",
"//components/strings",
diff --git a/chromium/components/google/core/browser/DEPS b/chromium/components/google/core/browser/DEPS
index fd80fa9686c..5f1bc003279 100644
--- a/chromium/components/google/core/browser/DEPS
+++ b/chromium/components/google/core/browser/DEPS
@@ -1,5 +1,4 @@
include_rules = [
- "+components/data_use_measurement/core",
"+components/keyed_service/core",
"+components/prefs",
"+components/pref_registry",
diff --git a/chromium/components/google/core/browser/google_url_tracker.cc b/chromium/components/google/core/browser/google_url_tracker.cc
index 818d050761b..99f8741639a 100644
--- a/chromium/components/google/core/browser/google_url_tracker.cc
+++ b/chromium/components/google/core/browser/google_url_tracker.cc
@@ -13,7 +13,6 @@
#include "base/single_thread_task_runner.h"
#include "base/strings/string_util.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "components/data_use_measurement/core/data_use_user_data.h"
#include "components/google/core/browser/google_pref_names.h"
#include "components/google/core/common/google_switches.h"
#include "components/google/core/common/google_util.h"