IndexedDB: Re-animate some undead code
commitfc1721479f252f369e57fa567a30973ae80e1d58
authorjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 6 Dec 2013 21:30:30 +0000 (6 21:30 +0000)
committerjsbell@chromium.org <jsbell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 6 Dec 2013 21:30:30 +0000 (6 21:30 +0000)
tree8d7b3c18d1184ed0137acd916a67bdbdb7c07c38
parentd3f950c8daa166bef9497ddcde1c1a5ca984880a
IndexedDB: Re-animate some undead code

A few overrides that just added NOTREACHED() were not renamed during
the Blink->Chromium code migration, and not caught because they were
missing the OVERRIDE directive. This was caught by a dead-code
detector. Add OVERRIDE and rename them correctly. Also rename trivial
Value() accessor to value() to matching coding style.

R=alecflett@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239263 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/indexed_db/indexed_db_backing_store.cc
content/browser/indexed_db/indexed_db_backing_store.h
content/browser/indexed_db/indexed_db_cursor.cc
content/browser/indexed_db/indexed_db_cursor.h