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

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

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/GamepadEvent.cpp ('k') | Source/modules/gamepad/GamepadList.cpp » ('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 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
« no previous file with comments | « Source/modules/gamepad/GamepadEvent.cpp ('k') | Source/modules/gamepad/GamepadList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698