Index: Source/core/html/canvas/DataView.cpp |
diff --git a/Source/core/html/canvas/DataView.cpp b/Source/core/html/canvas/DataView.cpp |
index 914a14a31097247620b4a7a5e313094c43998c8b..6a2856c6bc458ec026c10a483336941ac444de11 100644 |
--- a/Source/core/html/canvas/DataView.cpp |
+++ b/Source/core/html/canvas/DataView.cpp |
@@ -28,7 +28,7 @@ |
#include "bindings/v8/ExceptionState.h" |
#include "core/dom/ExceptionCode.h" |
-#include "core/html/canvas/CheckedInt.h" |
+#include "platform/CheckedInt.h" |
#include "wtf/CPU.h" |
namespace { |