| 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 e721b5c95ee36d2b42a64dc8d18e1549071eac1d..d39b876e436c4159ebb4855cb9cad88427dcef37 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
|
|
|