Index: Source/modules/indexeddb/IDBTracing.h |
diff --git a/Source/modules/indexeddb/IDBTracing.h b/Source/modules/indexeddb/IDBTracing.h |
index 290192741ce45052b67105050481514455b6fd90..2fd1bc95b1394cfc61834b196cddf5df6a8673cc 100644 |
--- a/Source/modules/indexeddb/IDBTracing.h |
+++ b/Source/modules/indexeddb/IDBTracing.h |
@@ -29,7 +29,7 @@ |
#ifndef IDBTracing_h |
#define IDBTracing_h |
-#include "platform/TraceEvent.h" |
+#include "wtf/TraceEvent.h" |
#define IDB_TRACE(a) TRACE_EVENT0("IndexedDB", (a)); |
#endif // IDBTracing_h |