Index: content/browser/indexed_db/indexed_db_database.h |
diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h |
index c0bd78931764da09d9d1106fb1322091f06d448c..63a438a4bb6b95d13f4b9727b5a36da664053cb6 100644 |
--- a/content/browser/indexed_db/indexed_db_database.h |
+++ b/content/browser/indexed_db/indexed_db_database.h |
@@ -290,6 +290,8 @@ class CONTENT_EXPORT IndexedDBDatabase |
typedef list_set<IndexedDBConnection*> ConnectionSet; |
ConnectionSet connections_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(IndexedDBDatabase); |
}; |
} // namespace content |