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

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

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. Created 4 years, 4 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/browser/indexed_db/indexed_db_metadata.h
diff --git a/content/browser/indexed_db/indexed_db_metadata.h b/content/browser/indexed_db/indexed_db_metadata.h
index 9d4f0993d9b0ad6cf99fd13369baaf3637467bcb..56f3183f56370eba2904872deda28e21ae74c9b6 100644
--- a/content/browser/indexed_db/indexed_db_metadata.h
+++ b/content/browser/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();
@@ -69,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;
« no previous file with comments | « content/browser/indexed_db/indexed_db_internals_ui.cc ('k') | content/browser/indexed_db/indexed_db_metadata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698