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

Unified Diff: content/browser/indexed_db/indexed_db_observer.cc

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Post haraken review Created 4 years, 5 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_observer.cc
diff --git a/content/browser/indexed_db/indexed_db_observer.cc b/content/browser/indexed_db/indexed_db_observer.cc
index d2907d92afbec74fc933021c9b1f79e0fa8ac119..498f9ed438e063451aae73ca995c907b6c8a3cf7 100644
--- a/content/browser/indexed_db/indexed_db_observer.cc
+++ b/content/browser/indexed_db/indexed_db_observer.cc
@@ -9,7 +9,7 @@ namespace content {
IndexedDBObserver::Options::Options(bool include_transaction,
bool no_records,
bool values,
- unsigned short types)
+ uint16_t types)
: include_transaction(include_transaction),
no_records(no_records),
values(values),

Powered by Google App Engine
This is Rietveld 408576698