Index: third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp b/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
index e7510c540ace725c33feadbcd19dc5b937c6eda2..55a628307f6ca5716357364147af8cf0d067e3d8 100644 |
--- a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
@@ -49,6 +49,7 @@ |
#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/UserGestureIndicator.h" |
#include "platform/graphics/Color.h" |
+#include "wtf/PassOwnPtr.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |