| Index: components/password_manager/core/browser/android_affiliation/facet_manager_unittest.cc
|
| diff --git a/components/password_manager/core/browser/facet_manager_unittest.cc b/components/password_manager/core/browser/android_affiliation/facet_manager_unittest.cc
|
| similarity index 99%
|
| rename from components/password_manager/core/browser/facet_manager_unittest.cc
|
| rename to components/password_manager/core/browser/android_affiliation/facet_manager_unittest.cc
|
| index 7bb7c718eeb10680c35d1aed5067c93af38fda29..afd6c617b1eabd76337cc2e771bb9000bd2d2b79 100644
|
| --- a/components/password_manager/core/browser/facet_manager_unittest.cc
|
| +++ b/components/password_manager/core/browser/android_affiliation/facet_manager_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/password_manager/core/browser/facet_manager.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/facet_manager.h"
|
|
|
| #include <stddef.h>
|
|
|
| @@ -18,8 +18,8 @@
|
| #include "base/test/test_simple_task_runner.h"
|
| #include "base/time/clock.h"
|
| #include "base/time/time.h"
|
| -#include "components/password_manager/core/browser/facet_manager_host.h"
|
| -#include "components/password_manager/core/browser/mock_affiliation_consumer.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/facet_manager_host.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/mock_affiliation_consumer.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|