| Index: components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler_unittest.cc
|
| diff --git a/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc b/components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler_unittest.cc
|
| similarity index 98%
|
| rename from components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc
|
| rename to components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler_unittest.cc
|
| index 9d15f5a07b621ff8eceff42625dd78f248f16c2e..e365a68541bc100216fb80bbeeba6a1506ed6fba 100644
|
| --- a/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc
|
| +++ b/components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler_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/affiliation_fetch_throttler.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler.h"
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -21,7 +21,7 @@
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "base/time/tick_clock.h"
|
| #include "base/time/time.h"
|
| -#include "components/password_manager/core/browser/affiliation_fetch_throttler_delegate.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler_delegate.h"
|
| #include "net/base/network_change_notifier.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|