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

Unified Diff: third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h

Issue 2175123002: Move platform/ParsingUtilities.h to wtf/text/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: I keep forgetting this bit... Created 4 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
Index: third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h
diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h b/third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h
index 903442c11a4205881e79a813e110ae3739dab213..c4ebb8b7e6e53f1622f1561a0072542eaf038878 100644
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTScanner.h
@@ -31,8 +31,8 @@
#define VTTScanner_h
#include "core/CoreExport.h"
-#include "platform/ParsingUtilities.h"
#include "wtf/Allocator.h"
+#include "wtf/text/ParsingUtilities.h"
#include "wtf/text/WTFString.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698