| Index: Source/modules/gamepad/NavigatorGamepad.h
|
| diff --git a/Source/modules/gamepad/NavigatorGamepad.h b/Source/modules/gamepad/NavigatorGamepad.h
|
| index d4705b9faf774af71278c76f863df7ccc4bbfea2..07b153660e078d891c5aba69320a31cafc25cea3 100644
|
| --- a/Source/modules/gamepad/NavigatorGamepad.h
|
| +++ b/Source/modules/gamepad/NavigatorGamepad.h
|
| @@ -39,7 +39,7 @@ class WebGamepad;
|
| class WebGamepads;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Document;
|
| class Gamepad;
|
| @@ -94,6 +94,6 @@ private:
|
| AsyncMethodRunner<NavigatorGamepad> m_dispatchOneEventRunner;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // NavigatorGamepad_h
|
|
|