| Index: content/browser/indexed_db/indexed_db_database_error.h
|
| diff --git a/content/browser/indexed_db/indexed_db_database_error.h b/content/browser/indexed_db/indexed_db_database_error.h
|
| index 84fee943aa019551c085435151cd6cbefd35801d..5b81a7a36a8bb0bc1e8a45c60418163496a9ab96 100644
|
| --- a/content/browser/indexed_db/indexed_db_database_error.h
|
| +++ b/content/browser/indexed_db/indexed_db_database_error.h
|
| @@ -27,6 +27,8 @@ class IndexedDBDatabaseError {
|
| private:
|
| const uint16 code_;
|
| const base::string16 message_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(IndexedDBDatabaseError);
|
| };
|
|
|
| } // namespace content
|
|
|