diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-01 20:42:59 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-01 20:42:59 +0000 |
commit | eaf6ebef471b465c1ccdf214e199a507d7a47125 (patch) | |
tree | 1783332e10dee72d183256aca02b7fd93038ebb7 /chrome/browser/bookmarks/DEPS | |
parent | 972a9995a3673618201af48947995a2f47e3bc21 (diff) | |
download | chromium_src-eaf6ebef471b465c1ccdf214e199a507d7a47125.zip chromium_src-eaf6ebef471b465c1ccdf214e199a507d7a47125.tar.gz chromium_src-eaf6ebef471b465c1ccdf214e199a507d7a47125.tar.bz2 |
Remove query_parser.h entry from bookmarks DEPS file.
query_parser was made into a component (under components/query_parser)
at r264027 (https://codereview.chromium.org/235603007), so it could be
shared by history and bookmarks. But at that time the DEPS file was not
updated.
BUG=144783
TEST=checkdeps
TBR=sky@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/262763007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bookmarks/DEPS')
-rw-r--r-- | chrome/browser/bookmarks/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS index e7b25b7..2f599a7 100644 --- a/chrome/browser/bookmarks/DEPS +++ b/chrome/browser/bookmarks/DEPS @@ -15,7 +15,6 @@ include_rules = [ # and please do not introduce more #includes of these files. "!chrome/browser/history/history_service.h", "!chrome/browser/history/history_service_factory.h", - "!chrome/browser/history/query_parser.h", "!chrome/browser/history/url_database.h", "!chrome/browser/omnibox/omnibox_field_trial.h", "!chrome/browser/profiles/incognito_helpers.h", |