Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / BaseCheckableInputType.cpp
index a898183..3015640 100644 (file)
 #include "config.h"
 #include "core/html/forms/BaseCheckableInputType.h"
 
-#include "HTMLNames.h"
+#include "core/HTMLNames.h"
 #include "core/events/KeyboardEvent.h"
 #include "core/html/FormDataList.h"
 #include "core/html/HTMLInputElement.h"
 #include "core/html/forms/FormController.h"
 
-namespace WebCore {
+namespace blink {
 
 using namespace HTMLNames;
 
@@ -116,4 +116,4 @@ bool BaseCheckableInputType::shouldDispatchFormControlChangeEvent(String& oldVal
     return oldValue != newValue;
 }
 
-} // namespace WebCore
+} // namespace blink