Index: Source/modules/gamepad/GamepadCommon.h |
diff --git a/Source/modules/gamepad/GamepadCommon.h b/Source/modules/gamepad/GamepadCommon.h |
index 9371a6a35680f7e82b580910f4dde33e80f22a05..63ed176b77a1b1b5d4ee4ffaa713b3005b4b2619 100644 |
--- a/Source/modules/gamepad/GamepadCommon.h |
+++ b/Source/modules/gamepad/GamepadCommon.h |
@@ -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 |