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

Unified Diff: components/password_manager/core/browser/android_affiliation/affiliation_service.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_service.cc
diff --git a/components/password_manager/core/browser/affiliation_service.cc b/components/password_manager/core/browser/android_affiliation/affiliation_service.cc
similarity index 95%
rename from components/password_manager/core/browser/affiliation_service.cc
rename to components/password_manager/core/browser/android_affiliation/affiliation_service.cc
index 0f9867406930e494bcf82ddbf754edfcee4e8140..5646562a45032bf6bcb839164130138253e4fe54 100644
--- a/components/password_manager/core/browser/affiliation_service.cc
+++ b/components/password_manager/core/browser/android_affiliation/affiliation_service.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_service.h"
+#include "components/password_manager/core/browser/android_affiliation/affiliation_service.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
@@ -13,7 +13,7 @@
#include "base/threading/thread_task_runner_handle.h"
#include "base/time/default_clock.h"
#include "base/time/default_tick_clock.h"
-#include "components/password_manager/core/browser/affiliation_backend.h"
+#include "components/password_manager/core/browser/android_affiliation/affiliation_backend.h"
#include "net/url_request/url_request_context_getter.h"
namespace password_manager {

Powered by Google App Engine
This is Rietveld 408576698