Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / FormController.h
index 0671fe8..b74bb80 100644 (file)
@@ -29,7 +29,7 @@
 #include "wtf/Vector.h"
 #include "wtf/text/AtomicStringHash.h"
 
-namespace WebCore {
+namespace blink {
 
 class FormAssociatedElement;
 class FormKeyGenerator;
@@ -124,5 +124,5 @@ private:
     OwnPtrWillBeMember<FormKeyGenerator> m_formKeyGenerator;
 };
 
-} // namespace WebCore
+} // namespace blink
 #endif