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

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

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.cc
diff --git a/content/common/indexed_db/indexed_db_metadata.cc b/content/common/indexed_db/indexed_db_metadata.cc
index e049a646c2ca7a98cb9b343da95b3ff7e032dcb4..debaebc8535eb8b3f59d34935e1fc7ad75a54918 100644
--- a/content/common/indexed_db/indexed_db_metadata.cc
+++ b/content/common/indexed_db/indexed_db_metadata.cc
@@ -67,6 +67,6 @@ IndexedDBDatabaseMetadata::IndexedDBDatabaseMetadata(
IndexedDBDatabaseMetadata::~IndexedDBDatabaseMetadata() = default;
IndexedDBDatabaseMetadata& IndexedDBDatabaseMetadata::operator=(
- IndexedDBDatabaseMetadata& other) = default;
+ const IndexedDBDatabaseMetadata& other) = default;
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698