Index: content/browser/indexed_db/indexed_db_connection.h |
diff --git a/content/browser/indexed_db/indexed_db_connection.h b/content/browser/indexed_db/indexed_db_connection.h |
index e4ed928257d4dae5529beb42253431f5a08e90c8..95d1f2e86d343ec04d9b4313fc1b0d9faff38961 100644 |
--- a/content/browser/indexed_db/indexed_db_connection.h |
+++ b/content/browser/indexed_db/indexed_db_connection.h |
@@ -34,6 +34,8 @@ class CONTENT_EXPORT IndexedDBConnection { |
// The callbacks_ member is cleared when the connection is closed. |
// May be NULL in unit tests. |
scoped_refptr<IndexedDBDatabaseCallbacks> callbacks_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(IndexedDBConnection); |
}; |
} // namespace content |