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

Unified Diff: components/password_manager/core/browser/android_affiliation/fake_affiliation_api.h

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/fake_affiliation_api.h
diff --git a/components/password_manager/core/browser/fake_affiliation_api.h b/components/password_manager/core/browser/android_affiliation/fake_affiliation_api.h
similarity index 76%
rename from components/password_manager/core/browser/fake_affiliation_api.h
rename to components/password_manager/core/browser/android_affiliation/fake_affiliation_api.h
index 98d4b2e9521c23e9d033e4a099330750a257e615..a4129d6acf2f276cd0191c29d38fafc60034c26b 100644
--- a/components/password_manager/core/browser/fake_affiliation_api.h
+++ b/components/password_manager/core/browser/android_affiliation/fake_affiliation_api.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FAKE_AFFILIATION_API_H_
-#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FAKE_AFFILIATION_API_H_
+#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FAKE_AFFILIATION_API_H_
+#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FAKE_AFFILIATION_API_H_
#include <vector>
#include "base/macros.h"
-#include "components/password_manager/core/browser/affiliation_utils.h"
-#include "components/password_manager/core/browser/fake_affiliation_fetcher.h"
+#include "components/password_manager/core/browser/android_affiliation/affiliation_utils.h"
+#include "components/password_manager/core/browser/android_affiliation/fake_affiliation_fetcher.h"
namespace password_manager {
@@ -50,4 +50,4 @@ class ScopedFakeAffiliationAPI {
} // namespace password_manager
-#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FAKE_AFFILIATION_API_H_
+#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FAKE_AFFILIATION_API_H_

Powered by Google App Engine
This is Rietveld 408576698