Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2100)

Unified Diff: Source/modules/gamepad/NavigatorGamepad.h

Issue 466813003: Cleanup namespace usage in Source/core/modules/[battery/* to indexeddb/*] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/gamepad/GamepadList.h ('k') | Source/modules/gamepad/WebKitGamepad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/gamepad/NavigatorGamepad.h
diff --git a/Source/modules/gamepad/NavigatorGamepad.h b/Source/modules/gamepad/NavigatorGamepad.h
index c51b121effe23cefaeb6e6f45eef41f75dc859cf..d88ef6b5b29383cccb40be745b0629650883b5bb 100644
--- a/Source/modules/gamepad/NavigatorGamepad.h
+++ b/Source/modules/gamepad/NavigatorGamepad.h
@@ -35,14 +35,10 @@
#include "public/platform/WebGamepads.h"
namespace blink {
-class WebGamepad;
-class WebGamepads;
-}
-
-namespace blink {
class Document;
class Gamepad;
+class Gamepads;
class GamepadList;
class Navigator;
class WebKitGamepadList;
@@ -62,7 +58,7 @@ public:
virtual void trace(Visitor*);
- void didConnectOrDisconnectGamepad(unsigned index, const blink::WebGamepad&, bool connected);
+ void didConnectOrDisconnectGamepad(unsigned index, const WebGamepad&, bool connected);
private:
explicit NavigatorGamepad(LocalFrame*);
« no previous file with comments | « Source/modules/gamepad/GamepadList.h ('k') | Source/modules/gamepad/WebKitGamepad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698