| Index: Source/modules/gamepad/GamepadList.h
|
| diff --git a/Source/modules/gamepad/GamepadList.h b/Source/modules/gamepad/GamepadList.h
|
| index af7167e365b5f71f20738e49f172d7167a4febf4..2b20f92d60f93a9450ca1f9aa32bc9f75e58c6df 100644
|
| --- a/Source/modules/gamepad/GamepadList.h
|
| +++ b/Source/modules/gamepad/GamepadList.h
|
| @@ -32,7 +32,7 @@
|
| #include "public/platform/WebGamepads.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class GamepadList FINAL : public GarbageCollectedFinalized<GamepadList>, public ScriptWrappable {
|
| public:
|
| @@ -53,6 +53,6 @@ private:
|
| Member<Gamepad> m_items[blink::WebGamepads::itemsLengthCap];
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // GamepadList_h
|
|
|