Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: content/browser/indexed_db/indexed_db_leveldb_coding.h

Issue 16581002: IndexedDB: Eliminate interfaces for IndexedDB{Factory,Database,Cursor} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/indexed_db/indexed_db_leveldb_coding.h
diff --git a/content/browser/indexed_db/indexed_db_leveldb_coding.h b/content/browser/indexed_db/indexed_db_leveldb_coding.h
index c3fd758a64e1592b2c699006ff1b47752bbaf0d2..80f35d1eee91bea4ed69941e15d517c2a70be1ae 100644
--- a/content/browser/indexed_db/indexed_db_leveldb_coding.h
+++ b/content/browser/indexed_db/indexed_db_leveldb_coding.h
@@ -325,7 +325,7 @@ class IndexFreeListKey {
class ObjectStoreNamesKey {
public:
// TODO(jsbell): We never use this to look up object store ids,
- // because a mapping is kept in the IndexedDBDatabaseImpl. Can the
+ // because a mapping is kept in the IndexedDBDatabase. Can the
// mapping become unreliable? Can we remove this?
static const char* Decode(const char* start,
const char* limit,
« no previous file with comments | « content/browser/indexed_db/indexed_db_index_writer.h ('k') | content/browser/indexed_db/indexed_db_leveldb_coding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698