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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBTracing.h

Issue 2346663004: Moving platform tracing things into platform/tracing. (Closed)
Patch Set: Created 4 years, 3 months 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
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

Powered by Google App Engine
This is Rietveld 408576698