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