diff options
author | naiem.shaik@gmail.com <naiem.shaik@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 17:16:04 +0000 |
---|---|---|
committer | naiem.shaik@gmail.com <naiem.shaik@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-20 17:16:04 +0000 |
commit | a90c8cae340737062a8ab03af4667a55ebac103c (patch) | |
tree | f3e1989f1df095e3c11215d50e4e772ce6e9e7cd /chrome/browser/favicon/DEPS | |
parent | 3520beb6abd07f51fc784d210240c6d604edecc7 (diff) | |
download | chromium_src-a90c8cae340737062a8ab03af4667a55ebac103c.zip chromium_src-a90c8cae340737062a8ab03af4667a55ebac103c.tar.gz chromium_src-a90c8cae340737062a8ab03af4667a55ebac103c.tar.bz2 |
Move bookmarks/core/... to bookmarks/...
Bookmarks is not a layered component, so there is no need for the two level deep
hierarchy, switch code from components/bookmarks/core/... to components/bookmarks/...
BUG=370434
TEST=components_unittests --gtest_filter=Bookmark*
R=blundell@chromium.org,sdefresne@chromium.org
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/284893003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/favicon/DEPS')
-rw-r--r-- | chrome/browser/favicon/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/favicon/DEPS b/chrome/browser/favicon/DEPS index a12a262..40d15b4 100644 --- a/chrome/browser/favicon/DEPS +++ b/chrome/browser/favicon/DEPS @@ -25,7 +25,7 @@ include_rules = [ "!chrome/browser/history/select_favicon_frames.h", "!chrome/browser/profiles/profile.h", "!chrome/browser/ui/webui/chrome_web_ui_controller_factory.h", - "!components/bookmarks/core/browser/bookmark_model.h", + "!components/bookmarks/browser/bookmark_model.h", # Do not add to the list of temporarily-allowed dependencies above, # and please do not introduce more #includes of these files. ] |