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

Unified Diff: components/autofill/core/browser/options_util.h

Issue 1571863002: Update the Payments integration setting now that it now governs uploads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary parameter and update unit tests Created 4 years, 11 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/autofill/core/browser/options_util.h
diff --git a/components/autofill/core/browser/options_util.h b/components/autofill/core/browser/options_util.h
index 63d38b36e61ec1ab68f5aca763dca121054f35b9..4b847f7d5609a2468b94299432d38bf5553066d9 100644
--- a/components/autofill/core/browser/options_util.h
+++ b/components/autofill/core/browser/options_util.h
@@ -5,8 +5,6 @@
#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_OPTIONS_UTIL_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_OPTIONS_UTIL_H_
-class PrefService;
-
namespace sync_driver {
class SyncService;
}
@@ -19,7 +17,6 @@ class PersonalDataManager;
// enabled or disabled by the user).
bool WalletIntegrationAvailable(
sync_driver::SyncService* sync_service,
- const PrefService& pref_service,
const PersonalDataManager& personal_data_manager);
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698