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

Unified Diff: content/common/indexed_db/indexed_db.typemap

Issue 2507233002: Define EnumTraits for many IndexedDB enums. (Closed)
Patch Set: GCC doesn't trust exhaustive switch statements. Created 4 years, 1 month 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.mojom ('k') | content/common/indexed_db/indexed_db_enum_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/indexed_db/indexed_db.typemap
diff --git a/content/common/indexed_db/indexed_db.typemap b/content/common/indexed_db/indexed_db.typemap
index de11446bfa6ae4418093ad59ebc0db0a6af660f2..95a95ce8b7244154245ebe876b5d3abae3949f30 100644
--- a/content/common/indexed_db/indexed_db.typemap
+++ b/content/common/indexed_db/indexed_db.typemap
@@ -11,7 +11,7 @@ public_headers = [
"//third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
]
traits_headers = [
- "//content/common/indexed_db/indexed_db_messages.h",
+ "//content/common/indexed_db/indexed_db_enum_traits.h",
"//content/common/indexed_db/indexed_db_param_traits.h",
"//content/common/indexed_db/indexed_db_struct_traits.h",
]
« no previous file with comments | « content/common/indexed_db/indexed_db.mojom ('k') | content/common/indexed_db/indexed_db_enum_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698