Move kBookmarksFileName from chrome into components/bookmarks.

This is just moving this constant out of
chrome/common/chrome_constants.* into its new location so it can be
shared by Chrome on iOS.

BUG=360616
TEST=None, no functional changes.
[email protected], [email protected]
TBR=sky

Review URL: https://codereview.chromium.org/224863005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263479 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index d0785fd..c6ccd404 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -12,6 +12,7 @@
   "+components/autofill/content/common",
   "+components/autofill/core/browser",
   "+components/autofill/core/common",
+  "+components/bookmarks/core/common",
   "+components/breakpad",
   "+components/dom_distiller",
   "+components/domain_reliability",
@@ -28,9 +29,9 @@
   "+components/rappor",
   "+components/sessions",
   "+components/signin",
-  "+components/sync_driver",
   "+components/startup_metric_utils",
   "+components/storage_monitor",
+  "+components/sync_driver",
   "+components/translate/content/browser",
   "+components/translate/content/common",
   "+components/translate/core/browser",