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

Unified Diff: components/password_manager/core/browser/android_affiliation/fake_affiliation_api.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/fake_affiliation_api.cc
diff --git a/components/password_manager/core/browser/fake_affiliation_api.cc b/components/password_manager/core/browser/android_affiliation/fake_affiliation_api.cc
similarity index 96%
rename from components/password_manager/core/browser/fake_affiliation_api.cc
rename to components/password_manager/core/browser/android_affiliation/fake_affiliation_api.cc
index 6db19f0ca5269404e4b573ecc88be8bdae73730e..d8ccd22c2fcaccce8dfcf87c6b2c9bc21050c131 100644
--- a/components/password_manager/core/browser/fake_affiliation_api.cc
+++ b/components/password_manager/core/browser/android_affiliation/fake_affiliation_api.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/fake_affiliation_api.h"
+#include "components/password_manager/core/browser/android_affiliation/fake_affiliation_api.h"
#include <algorithm>
#include <memory>

Powered by Google App Engine
This is Rietveld 408576698