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

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

Issue 2370643004: Port messages sent by WebIDBFactoryImpl to Mojo. (Closed)
Patch Set: Address last nits and fix leaks in unit tests. Created 4 years, 2 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
« no previous file with comments | « content/common/indexed_db/indexed_db_messages.h ('k') | content/common/indexed_db/indexed_db_metadata.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/indexed_db/indexed_db_metadata.h
diff --git a/content/browser/indexed_db/indexed_db_metadata.h b/content/common/indexed_db/indexed_db_metadata.h
similarity index 99%
rename from content/browser/indexed_db/indexed_db_metadata.h
rename to content/common/indexed_db/indexed_db_metadata.h
index 9d4f0993d9b0ad6cf99fd13369baaf3637467bcb..6c943cfa6feffb90f897ec9d3a9e9c48b49838fd 100644
--- a/content/browser/indexed_db/indexed_db_metadata.h
+++ b/content/common/indexed_db/indexed_db_metadata.h
@@ -35,7 +35,6 @@ struct CONTENT_EXPORT IndexedDBIndexMetadata {
};
struct CONTENT_EXPORT IndexedDBObjectStoreMetadata {
-
static const int64_t kInvalidId = -1;
IndexedDBObjectStoreMetadata();
« no previous file with comments | « content/common/indexed_db/indexed_db_messages.h ('k') | content/common/indexed_db/indexed_db_metadata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698