Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: components/password_manager/core/browser/android_affiliation/affiliation_backend.cc

Issue 2949573002: Move the files related to Android<->Web credentials to a separate folder. (Closed)
Patch Set: Remove includes Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/password_manager/core/browser/android_affiliation/affiliation_backend.cc
diff --git a/components/password_manager/core/browser/affiliation_backend.cc b/components/password_manager/core/browser/android_affiliation/affiliation_backend.cc
similarity index 95%
rename from components/password_manager/core/browser/affiliation_backend.cc
rename to components/password_manager/core/browser/android_affiliation/affiliation_backend.cc
index 4ed027fbbf14e54e7a44e06ce910010139a86c4c..43cd38e23ba92913c248d9bc30b9edb441c171f5 100644
--- a/components/password_manager/core/browser/affiliation_backend.cc
+++ b/components/password_manager/core/browser/android_affiliation/affiliation_backend.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_backend.h"
+#include "components/password_manager/core/browser/android_affiliation/affiliation_backend.h"
#include <stdint.h>
#include <algorithm>
@@ -17,10 +17,10 @@
#include "base/time/clock.h"
#include "base/time/tick_clock.h"
#include "base/time/time.h"
-#include "components/password_manager/core/browser/affiliation_database.h"
-#include "components/password_manager/core/browser/affiliation_fetch_throttler.h"
-#include "components/password_manager/core/browser/affiliation_fetcher.h"
-#include "components/password_manager/core/browser/facet_manager.h"
+#include "components/password_manager/core/browser/android_affiliation/affiliation_database.h"
+#include "components/password_manager/core/browser/android_affiliation/affiliation_fetch_throttler.h"
+#include "components/password_manager/core/browser/android_affiliation/affiliation_fetcher.h"
+#include "components/password_manager/core/browser/android_affiliation/facet_manager.h"
#include "net/url_request/url_request_context_getter.h"
namespace password_manager {

Powered by Google App Engine
This is Rietveld 408576698