Establish components/autofill and move some files
Moving autofill related only files under chrome/common/ to components/autofill/common
We are going to move autofill to components/autofill to componentize it. This is the first moving CL.
BUG=140037
Review URL: https://chromiumcodereview.appspot.com/12543010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186632 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index d5c27cc..3ce6af84 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -5,6 +5,7 @@
"+chrome/installer",
"+chrome/tools/profiles", # For history unit tests.
"+chromeos",
+ "+components/autofill/common",
"+components/auto_login_parser",
"+components/navigation_interception",
"+components/user_prefs",