diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-05 00:26:11 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-05 00:26:11 +0000 |
commit | 296a8afe295e8467eea153fd717602e982d56902 (patch) | |
tree | fe300c85e5cb3a45ec008f90b7567b11dec0968f /apps | |
parent | 7fe06117b1c3e5811060a83182e5db9439101eaf (diff) | |
download | chromium_src-296a8afe295e8467eea153fd717602e982d56902.zip chromium_src-296a8afe295e8467eea153fd717602e982d56902.tar.gz chromium_src-296a8afe295e8467eea153fd717602e982d56902.tar.bz2 |
apps/shell: Remove user_agent_util.h entry from DEPS file.
This file was merged with user_agent.h and moved into
content/public/commmon
BUG=None
TEST=./buildtools/checkdeps/checkdeps.py
TBR=jamescook@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/364333004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps')
-rw-r--r-- | apps/shell/common/DEPS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/shell/common/DEPS b/apps/shell/common/DEPS index 502fc63..37ee10f 100644 --- a/apps/shell/common/DEPS +++ b/apps/shell/common/DEPS @@ -3,6 +3,4 @@ include_rules = [ "-content", "+content/public/common", "+content/public/test", - - "+webkit/common/user_agent/user_agent_util.h", ] |