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

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

Issue 2949793002: Reland: Move the files related to Android <-> Web credentials to a separate folder. (Closed)
Patch Set: fix 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/facet_manager.cc
diff --git a/components/password_manager/core/browser/facet_manager.cc b/components/password_manager/core/browser/android_affiliation/facet_manager.cc
similarity index 98%
rename from components/password_manager/core/browser/facet_manager.cc
rename to components/password_manager/core/browser/android_affiliation/facet_manager.cc
index a0e9e8667371d41689ca49145dd1e0df4b6efc9c..68ed9c813c3a8d7e719d583733f17ca05e6385d7 100644
--- a/components/password_manager/core/browser/facet_manager.cc
+++ b/components/password_manager/core/browser/android_affiliation/facet_manager.cc
@@ -62,14 +62,14 @@
// [--------------- Cache is fresh ----------------)[-- Cache is stale ..
//
-#include "components/password_manager/core/browser/facet_manager.h"
+#include "components/password_manager/core/browser/android_affiliation/facet_manager.h"
#include "base/bind.h"
#include "base/location.h"
#include "base/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/android_affiliation/facet_manager_host.h"
namespace password_manager {

Powered by Google App Engine
This is Rietveld 408576698