Commit 594c3751 authored by Staphany Park's avatar Staphany Park Committed by Commit Bot

sql: Remove completed TODO.

Change-Id: Ic1fbc244161497ef64acea02eca5bd795ba693db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529585
Auto-Submit: Staphany Park <staphany@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Commit-Queue: Staphany Park <staphany@chromium.org>
Cr-Commit-Position: refs/heads/master@{#642355}
parent cb21c4be
...@@ -59,10 +59,6 @@ class DatabaseTestPeer; ...@@ -59,10 +59,6 @@ class DatabaseTestPeer;
// //
// Instances of this class are thread-unsafe and DCHECK that they are accessed // Instances of this class are thread-unsafe and DCHECK that they are accessed
// on the same sequence. // on the same sequence.
//
// TODO(pwnall): This should be renamed to Database. Class instances are
// typically named "db_" / "db", and the class' equivalents in other systems
// used by Chrome are named LevelDB::DB and blink::IDBDatabase.
class COMPONENT_EXPORT(SQL) Database { class COMPONENT_EXPORT(SQL) Database {
private: private:
class StatementRef; // Forward declaration, see real one below. class StatementRef; // Forward declaration, see real one below.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment