Revert of [SyncFS] Introduce DatabaseWrapper class (https://codereview.chromium.org...
commitb3e1607da7aee4ce3de286379d2a45f99acd2256
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Jul 2014 11:36:44 +0000 (30 11:36 +0000)
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Jul 2014 11:36:44 +0000 (30 11:36 +0000)
tree3b5ff673c45143038b08dbd5190530516c929673
parentf311c233e1c2cb66205eb777d6b40b16ea36e58b
Revert of [SyncFS] Introduce DatabaseWrapper class (https://codereview.chromium.org/415033002/)

Reason for revert:
Broke compile on DrMemory bots.

Original issue's description:
> [SyncFS] Introduce DatabaseWrapper class.
>
> DatabaseWrapper class wraps leveldb::DB and leveldb::WriteBatch class.
> DatabaseWrapper has following features.
> - Simple interfaces for many usages.
> - I/O seems synchronous, with caching pending transactions on memory.
>
>
>
> BUG=347425
> TEST=./unit_tests --gtest_filter="DatabaseWrapper*"
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286451

TBR=nhiroki@chromium.org,tzik@chromium.org,peria@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=398820

Review URL: https://codereview.chromium.org/423423002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286483 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/sync_file_system/drive_backend/leveldb_wrapper.cc [deleted file]
chrome/browser/sync_file_system/drive_backend/leveldb_wrapper.h [deleted file]
chrome/browser/sync_file_system/drive_backend/leveldb_wrapper_unittest.cc [deleted file]
chrome/chrome_browser.gypi
chrome/chrome_tests_unit.gypi