| Index: components/password_manager/core/browser/android_affiliation/affiliation_fetcher_unittest.cc
|
| diff --git a/components/password_manager/core/browser/affiliation_fetcher_unittest.cc b/components/password_manager/core/browser/android_affiliation/affiliation_fetcher_unittest.cc
|
| similarity index 98%
|
| rename from components/password_manager/core/browser/affiliation_fetcher_unittest.cc
|
| rename to components/password_manager/core/browser/android_affiliation/affiliation_fetcher_unittest.cc
|
| index 1ee3c940657da9b43f1c94fc1f1bd88d8b7be003..cf82af61e8d13fb55a4aa4d744f72acc4bef9660 100644
|
| --- a/components/password_manager/core/browser/affiliation_fetcher_unittest.cc
|
| +++ b/components/password_manager/core/browser/android_affiliation/affiliation_fetcher_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // 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/affiliation_fetcher.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_fetcher.h"
|
|
|
| #include <utility>
|
|
|
| #include "base/macros.h"
|
| #include "base/test/null_task_runner.h"
|
| -#include "components/password_manager/core/browser/affiliation_api.pb.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_api.pb.h"
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
| #include "net/url_request/url_request_test_util.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|