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

Unified Diff: third_party/WebKit/Source/platform/graphics/ColorSpaceProfileData.cpp

Issue 2798823002: Rewrite references to "wtf/" to "platform/wtf/" in platform/graphics. (Closed)
Patch Set: Created 3 years, 8 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/platform/graphics/ColorSpaceProfileData.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ColorSpaceProfileData.cpp b/third_party/WebKit/Source/platform/graphics/ColorSpaceProfileData.cpp
index 4f3f2bcd56b38c510f5dcbcf6b91d5e2737bce5f..4d9644d1c4523d09bd0391acabb71bd379c31180 100644
--- a/third_party/WebKit/Source/platform/graphics/ColorSpaceProfileData.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ColorSpaceProfileData.cpp
@@ -4,7 +4,7 @@
#include "platform/graphics/ColorSpaceProfileData.h"
-#include "wtf/Assertions.h"
+#include "platform/wtf/Assertions.h"
struct bt709ColorProfile {
static char* data() // BT.709 HDTV ITU

Powered by Google App Engine
This is Rietveld 408576698