Index: content/browser/indexed_db/indexed_db_dispatcher_host.h |
diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.h b/content/browser/indexed_db/indexed_db_dispatcher_host.h |
index d541989ddc93d7462d2a844cc483bd44949201cf..e17b22088292869dc1abf0d21f06ddc456815f9a 100644 |
--- a/content/browser/indexed_db/indexed_db_dispatcher_host.h |
+++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h |
@@ -60,8 +60,8 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter { |
// A shortcut for accessing our context. |
IndexedDBContextImpl* Context() { return indexed_db_context_.get(); } |
- // The various IndexedDBCallbacks children call these methods to add the |
- // results into the applicable map. See below for more details. |
+ // IndexedDBCallbacks call these methods to add the results into the |
+ // applicable map. See below for more details. |
int32 Add(IndexedDBCursor* idb_cursor); |
int32 Add(WebIDBDatabaseImpl* idb_database, |
int32 ipc_thread_id, |