| Index: Source/modules/gamepad/GamepadButton.cpp
|
| diff --git a/Source/modules/gamepad/GamepadButton.cpp b/Source/modules/gamepad/GamepadButton.cpp
|
| index cb64dc9ca7745294b70c3098137e448ec42795ff..62b17039fc4b842157185f6fa176bf7c5ee2f975 100644
|
| --- a/Source/modules/gamepad/GamepadButton.cpp
|
| +++ b/Source/modules/gamepad/GamepadButton.cpp
|
| @@ -5,7 +5,7 @@
|
| #include "config.h"
|
| #include "modules/gamepad/Gamepad.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| GamepadButton* GamepadButton::create()
|
| {
|
| @@ -27,4 +27,4 @@ void GamepadButton::trace(Visitor* visitor)
|
| {
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|