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

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

Issue 208263004: Move TraceEvent.h from platform/ to wtf/ Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: 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

Powered by Google App Engine
This is Rietveld 408576698