diff options
author | cmumford@chromium.org <cmumford@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 23:04:33 +0000 |
---|---|---|
committer | cmumford@chromium.org <cmumford@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-05 23:04:33 +0000 |
commit | 8c160a4b168c67495e92507854cdd0a3c02fc11e (patch) | |
tree | 7909dd363cfd9439f050d5fe7af5714189ada7a4 /third_party | |
parent | fa94b2e070dec00d5282f042af08e14a6068cc8f (diff) | |
download | chromium_src-8c160a4b168c67495e92507854cdd0a3c02fc11e.zip chromium_src-8c160a4b168c67495e92507854cdd0a3c02fc11e.tar.gz chromium_src-8c160a4b168c67495e92507854cdd0a3c02fc11e.tar.bz2 |
Roll leveldb to r80 / 1.17.
Changes that affect chrome:
- Changed local variable type from int to size_t. This fixes
compiler warning to unblock env_chromium_unittests change:
https://codereview.chromium.org/213303002
BUG=
Review URL: https://codereview.chromium.org/264773009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/leveldatabase/README.chromium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium index 3d7b021..6a64e01 100644 --- a/third_party/leveldatabase/README.chromium +++ b/third_party/leveldatabase/README.chromium @@ -1,7 +1,7 @@ Name: LevelDB: A Fast Persistent Key-Value Store Short Name: leveldb URL: http://code.google.com/p/leveldb/ -Version: r79 +Version: r80 License: New BSD License File: src/LICENSE Security Critical: yes |