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

Unified Diff: Source/core/html/track/InbandTextTrack.cpp

Issue 18512011: core/html: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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
« no previous file with comments | « Source/core/html/shadow/TextControlInnerElements.h ('k') | Source/core/html/track/TextTrackRegion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/InbandTextTrack.cpp
diff --git a/Source/core/html/track/InbandTextTrack.cpp b/Source/core/html/track/InbandTextTrack.cpp
index 858a3f52be7c97fd9d400b6ee54f0ba4f2d3e62e..c97e193cde23befa69e310d5b8550db7afef7765 100644
--- a/Source/core/html/track/InbandTextTrack.cpp
+++ b/Source/core/html/track/InbandTextTrack.cpp
@@ -24,7 +24,6 @@
*/
#include "config.h"
-
#include "core/html/track/InbandTextTrack.h"
#include <math.h>
@@ -32,7 +31,7 @@
#include "core/html/track/TextTrackCueGeneric.h"
#include "core/platform/Logging.h"
#include "core/platform/graphics/InbandTextTrackPrivate.h"
-#include <wtf/UnusedParam.h>
+#include "wtf/UnusedParam.h"
namespace WebCore {
« no previous file with comments | « Source/core/html/shadow/TextControlInnerElements.h ('k') | Source/core/html/track/TextTrackRegion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698