fix up stray SkColorSpaceXform*.h includes
Some of these files were including SkColorSpaceXform.h
where they really just wanted SkColorSpace.h.
One file was including SkColorSpaceXformCanvas.h but
not using it, and relying on a transitive include for
SkColorSpaceXform.h from another header that wasn't
using it at all.
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel
Change-Id: I62774b88da06b98899aa9ed52633aa4acbb0073f
Reviewed-on: https://chromium-review.googlesource.com/1203912
Reviewed-by: Florin Malita <[email protected]>
Reviewed-by: danakj <[email protected]>
Reviewed-by: enne <[email protected]>
Cr-Commit-Position: refs/heads/master@{#588878}
diff --git a/ui/gfx/icc_profile.cc b/ui/gfx/icc_profile.cc
index a126363..6c9df79 100644
--- a/ui/gfx/icc_profile.cc
+++ b/ui/gfx/icc_profile.cc
@@ -12,7 +12,7 @@
#include "base/lazy_instance.h"
#include "base/metrics/histogram_macros.h"
#include "base/synchronization/lock.h"
-#include "third_party/skia/include/core/SkColorSpaceXform.h"
+#include "third_party/skia/include/core/SkColorSpace.h"
#include "third_party/skia/third_party/skcms/skcms.h"
#include "ui/gfx/skia_color_space_util.h"