| Index: Source/modules/gamepad/Gamepad.h
|
| diff --git a/Source/modules/gamepad/Gamepad.h b/Source/modules/gamepad/Gamepad.h
|
| index 8d9e015a11ba469ba3827139393da94484fbc67d..30fa4ad83e37c5665d0df80c8c030d985efcf027 100644
|
| --- a/Source/modules/gamepad/Gamepad.h
|
| +++ b/Source/modules/gamepad/Gamepad.h
|
| @@ -32,7 +32,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebGamepad.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Gamepad FINAL : public GarbageCollectedFinalized<Gamepad>, public GamepadCommon, public ScriptWrappable {
|
| public:
|
| @@ -52,6 +52,6 @@ private:
|
| GamepadButtonVector m_buttons;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // Gamepad_h
|
|
|