diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 16:21:30 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 16:21:30 +0000 |
commit | f92d5e1f8f27662db2cb4a723b74bd52b17522f3 (patch) | |
tree | 089b361382e0b9cd8de99415170392f7ef775aca /content/DEPS | |
parent | a002534f0532df0620a5cfb14afea5e30ec003f2 (diff) | |
download | chromium_src-f92d5e1f8f27662db2cb4a723b74bd52b17522f3.zip chromium_src-f92d5e1f8f27662db2cb4a723b74bd52b17522f3.tar.gz chromium_src-f92d5e1f8f27662db2cb4a723b74bd52b17522f3.tar.bz2 |
content: Remove cc hash_pair.h entry from DEPS file.
hash_pair.h was moved from cc/ to base/ in r207475.
BUG=None
TEST=None
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/58723002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233001 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS index c526315..af07878 100644 --- a/content/DEPS +++ b/content/DEPS @@ -18,7 +18,6 @@ include_rules = [ "+cc", # If you want to use any of these files, move them to src/base first. - "-cc/base/hash_pair.h", "-cc/base/scoped_ptr_algorithm.h", "-cc/base/scoped_ptr_deque.h", "-cc/base/scoped_ptr_vector.h", |