Index: content/browser/indexed_db/indexed_db_cursor.h |
diff --git a/content/browser/indexed_db/indexed_db_cursor.h b/content/browser/indexed_db/indexed_db_cursor.h |
index 4c1ec0c540439ebafa2b632b62f71488e11a7603..7c1491aff7f4aedfee0a234fe07dd93a82757468 100644 |
--- a/content/browser/indexed_db/indexed_db_cursor.h |
+++ b/content/browser/indexed_db/indexed_db_cursor.h |
@@ -69,6 +69,8 @@ class CONTENT_EXPORT IndexedDBCursor |
scoped_ptr<IndexedDBBackingStore::Cursor> saved_cursor_; |
bool closed_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(IndexedDBCursor); |
}; |
} // namespace content |