Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / gamepad / GamepadCommon.h
index 9371a6a..63ed176 100644 (file)
@@ -30,7 +30,7 @@
 #include "wtf/Vector.h"
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 class GamepadCommon {
 public:
@@ -65,6 +65,6 @@ protected:
     DoubleVector m_axes;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // GamepadCommon_h