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

Unified Diff: components/password_manager/core/browser/android_affiliation/affiliation_database.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/affiliation_database.cc
diff --git a/components/password_manager/core/browser/affiliation_database.cc b/components/password_manager/core/browser/android_affiliation/affiliation_database.cc
similarity index 98%
rename from components/password_manager/core/browser/affiliation_database.cc
rename to components/password_manager/core/browser/android_affiliation/affiliation_database.cc
index 1052aa9aa78cd14bfb7f7192a03552ed79b9337f..35484d72eab01af1767f23430bae1d960f81b86f 100644
--- a/components/password_manager/core/browser/affiliation_database.cc
+++ b/components/password_manager/core/browser/android_affiliation/affiliation_database.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_database.h"
+#include "components/password_manager/core/browser/android_affiliation/affiliation_database.h"
#include <stdint.h>

Powered by Google App Engine
This is Rietveld 408576698