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

Unified Diff: chrome/browser/autofill/DEPS

Issue 11612017: [Autofill] Add protobuf for Google Wallet risk parameters and a utility function for filling it out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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: chrome/browser/autofill/DEPS
diff --git a/chrome/browser/autofill/DEPS b/chrome/browser/autofill/DEPS
index 32aaa6ccae5a3aaf3d3b14fef85d80667c6b9351..430bed0377488614428cee035bddde24d210a868 100644
--- a/chrome/browser/autofill/DEPS
+++ b/chrome/browser/autofill/DEPS
@@ -17,6 +17,11 @@ include_rules = [
# TODO(akalin): Remove this dependency.
"!sync/util/data_encryption_win.h",
+
+ # TODO(isherman): Remove these dependencies.
+ "!chrome/browser/browser_process.h",
+ "!chrome/browser/prefs/pref_service.h",
+ "!chrome/browser/profiles/profile_manager.h"
]
specific_include_rules = {

Powered by Google App Engine
This is Rietveld 408576698