Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: content/common/indexed_db/indexed_db_metadata.h

Issue 2784003002: [IndexedDB] Mojo testing harness. (Closed)
Patch Set: comments, removed thread flushing Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/indexed_db/indexed_db_metadata.h
diff --git a/content/common/indexed_db/indexed_db_metadata.h b/content/common/indexed_db/indexed_db_metadata.h
index 6c943cfa6feffb90f897ec9d3a9e9c48b49838fd..56f3183f56370eba2904872deda28e21ae74c9b6 100644
--- a/content/common/indexed_db/indexed_db_metadata.h
+++ b/content/common/indexed_db/indexed_db_metadata.h
@@ -68,7 +68,7 @@ struct CONTENT_EXPORT IndexedDBDatabaseMetadata {
int64_t max_object_store_id);
IndexedDBDatabaseMetadata(const IndexedDBDatabaseMetadata& other);
~IndexedDBDatabaseMetadata();
- IndexedDBDatabaseMetadata& operator=(IndexedDBDatabaseMetadata& other);
+ IndexedDBDatabaseMetadata& operator=(const IndexedDBDatabaseMetadata& other);
base::string16 name;
int64_t id;

Powered by Google App Engine
This is Rietveld 408576698