Index: content/common/gamepad_user_gesture.h |
diff --git a/content/common/gamepad_user_gesture.h b/content/common/gamepad_user_gesture.h |
index d17c69cf5b62af7452cc47ed76dcde1d655d5cc4..6dbd2bf083a3a71320a8a5e216e3a380cded40fa 100644 |
--- a/content/common/gamepad_user_gesture.h |
+++ b/content/common/gamepad_user_gesture.h |
@@ -5,7 +5,7 @@ |
#ifndef CONTENT_COMMON_GAMEPAD_USER_GESTURE_H_ |
#define CONTENT_COMMON_GAMEPAD_USER_GESTURE_H_ |
-namespace WebKit { |
+namespace blink { |
class WebGamepads; |
} |
@@ -13,7 +13,7 @@ namespace content { |
// Returns true if any of the gamepads have a button pressed that would be |
// considerd a user gesture for interaction. |
-bool GamepadsHaveUserGesture(const WebKit::WebGamepads& gamepads); |
+bool GamepadsHaveUserGesture(const blink::WebGamepads& gamepads); |
} // namespace content |