| Index: components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler.cc
|
| diff --git a/components/password_manager/core/browser/affiliation_fetch_throttler.cc b/components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler.cc
|
| similarity index 95%
|
| rename from components/password_manager/core/browser/affiliation_fetch_throttler.cc
|
| rename to components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler.cc
|
| index cb99eff00fc4db940a50d0da530cb50382d4b870..0ec5f76a5d004001b29e5cc18d95eb53aad9157a 100644
|
| --- a/components/password_manager/core/browser/affiliation_fetch_throttler.cc
|
| +++ b/components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler.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 <stdint.h>
|
|
|
| @@ -11,7 +11,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"
|
|
|
| namespace password_manager {
|
|
|
|
|