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

Unified Diff: Source/modules/gamepad/GamepadList.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/GamepadDispatcher.h ('k') | Source/modules/gamepad/NavigatorGamepad.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/gamepad/GamepadList.h
diff --git a/Source/modules/gamepad/GamepadList.h b/Source/modules/gamepad/GamepadList.h
index b7e02f1479df217600be00e4116fc59bbf0b45ab..d93849892aa0caa136f940d0cb84d07e669e86d7 100644
--- a/Source/modules/gamepad/GamepadList.h
+++ b/Source/modules/gamepad/GamepadList.h
@@ -42,13 +42,13 @@ public:
void set(unsigned index, Gamepad*);
Gamepad* item(unsigned index);
- unsigned length() const { return blink::WebGamepads::itemsLengthCap; }
+ unsigned length() const { return WebGamepads::itemsLengthCap; }
void trace(Visitor*);
private:
GamepadList();
- Member<Gamepad> m_items[blink::WebGamepads::itemsLengthCap];
+ Member<Gamepad> m_items[WebGamepads::itemsLengthCap];
};
} // namespace blink
« no previous file with comments | « Source/modules/gamepad/GamepadDispatcher.h ('k') | Source/modules/gamepad/NavigatorGamepad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698