Commit 3c48b82f authored by Gyuyoung Kim's avatar Gyuyoung Kim Committed by Commit Bot

Include *.mojom-forward.h instead of .mojom.h from indexed_db_default_mojom_traits.h

To reduce pre-processed size of indexed_db_default_mojom_traits.h,
this CL replaces .mojom.h with .mojom-forward.h.

This CL has no behavior changes.

Bug: 1001360
Change-Id: I769dbf5bd67181276bce08369c493e570c530b58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806613Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Reviewed-by: default avatarDaniel Murphy <dmurph@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#697936}
parent cf28d2b5
......@@ -11,6 +11,7 @@
#include "third_party/blink/public/common/indexeddb/indexeddb_key.h"
#include "third_party/blink/public/common/indexeddb/indexeddb_key_range.h"
#include "third_party/blink/public/common/indexeddb/indexeddb_metadata.h"
#include "third_party/blink/public/mojom/indexeddb/indexeddb.mojom.h"
namespace mojo {
......
......@@ -8,7 +8,7 @@
#include "base/containers/span.h"
#include "third_party/blink/public/common/common_export.h"
#include "third_party/blink/public/common/indexeddb/indexeddb_key.h"
#include "third_party/blink/public/mojom/indexeddb/indexeddb.mojom.h"
#include "third_party/blink/public/mojom/indexeddb/indexeddb.mojom-forward.h"
namespace mojo {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment