Index: third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp b/third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp |
index 1872d26e303cbb99580568887165b6a92ee71f4e..e6ef941095803afefce44c953e82e49cfa4bb0ad 100644 |
--- a/third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp |
@@ -35,6 +35,7 @@ |
#include "core/events/KeyboardEvent.h" |
#include "core/html/HTMLInputElement.h" |
#include "platform/text/PlatformLocale.h" |
+#include "wtf/PassOwnPtr.h" |
namespace blink { |