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

Unified Diff: Source/web/InbandTextTrackPrivateImpl.cpp

Issue 23187004: Do not include "wtf/Platform.h" directly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix win_x64 build Created 7 years, 4 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/platform/graphics/chromium/VDMXParser.cpp ('k') | Source/web/tests/CustomEventTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InbandTextTrackPrivateImpl.cpp
diff --git a/Source/web/InbandTextTrackPrivateImpl.cpp b/Source/web/InbandTextTrackPrivateImpl.cpp
index 29db76e7e1e4d77d1fcb0a3f200ab625f996a666..0a36755ce437b3b9100a48415ab8b6be747148d4 100644
--- a/Source/web/InbandTextTrackPrivateImpl.cpp
+++ b/Source/web/InbandTextTrackPrivateImpl.cpp
@@ -28,7 +28,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include "InbandTextTrackPrivateImpl.h"
+
#include "WebInbandTextTrack.h"
#include "core/platform/graphics/InbandTextTrackPrivateClient.h"
#include "public/platform/WebString.h"
« no previous file with comments | « Source/core/platform/graphics/chromium/VDMXParser.cpp ('k') | Source/web/tests/CustomEventTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698