Commit 9a12648d authored by Tina Wang's avatar Tina Wang Committed by Commit Bot

[iOS Enterprise] Remove useless import and deps

A small fix cleaning up the password related imports and deps since we automate policy unittests and no longer need them for policy_unittest.mm.

Change-Id: Ic6a57e571a121c486b1edddc7b6d73c8713ff469
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152906Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Reviewed-by: default avatarsebsg <sebsg@chromium.org>
Commit-Queue: Tina Wang <tinazwang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759781}
parent 29f2a4c7
...@@ -91,7 +91,6 @@ source_set("unit_tests") { ...@@ -91,7 +91,6 @@ source_set("unit_tests") {
":test_support", ":test_support",
"//base", "//base",
"//base/test:test_support", "//base/test:test_support",
"//components/password_manager/core/common",
"//components/policy/core/browser:test_support", "//components/policy/core/browser:test_support",
"//components/pref_registry", "//components/pref_registry",
"//components/prefs", "//components/prefs",
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#include "base/run_loop.h" #include "base/run_loop.h"
#include "base/test/task_environment.h" #include "base/test/task_environment.h"
#include "base/threading/thread_task_runner_handle.h" #include "base/threading/thread_task_runner_handle.h"
#include "components/password_manager/core/common/password_manager_pref_names.h"
#include "components/policy/core/browser/policy_pref_mapping_test.h" #include "components/policy/core/browser/policy_pref_mapping_test.h"
#include "components/policy/core/common/mock_configuration_policy_provider.h" #include "components/policy/core/common/mock_configuration_policy_provider.h"
#include "components/policy/core/common/policy_map.h" #include "components/policy/core/common/policy_map.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