| Index: content/browser/indexed_db/indexed_db_blob_info.h
|
| diff --git a/content/browser/indexed_db/indexed_db_blob_info.h b/content/browser/indexed_db/indexed_db_blob_info.h
|
| index 02d039d207bca47a66d929914d2e0bd817876892..60da7076a707ea0941dc84ac80ebc4d52b025157 100644
|
| --- a/content/browser/indexed_db/indexed_db_blob_info.h
|
| +++ b/content/browser/indexed_db/indexed_db_blob_info.h
|
| @@ -33,7 +33,9 @@ class CONTENT_EXPORT IndexedDBBlobInfo {
|
| const base::string16& type,
|
| const base::string16& file_name);
|
|
|
| + IndexedDBBlobInfo(const IndexedDBBlobInfo& other);
|
| ~IndexedDBBlobInfo();
|
| + IndexedDBBlobInfo& operator=(const IndexedDBBlobInfo& other);
|
|
|
| bool is_file() const { return is_file_; }
|
| const std::string& uuid() const { return uuid_; }
|
|
|