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

Unified Diff: Source/modules/gamepad/GamepadCommon.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/GamepadButton.cpp ('k') | Source/modules/gamepad/GamepadCommon.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/gamepad/GamepadCommon.h
diff --git a/Source/modules/gamepad/GamepadCommon.h b/Source/modules/gamepad/GamepadCommon.h
index 9371a6a35680f7e82b580910f4dde33e80f22a05..63ed176b77a1b1b5d4ee4ffaa713b3005b4b2619 100644
--- a/Source/modules/gamepad/GamepadCommon.h
+++ b/Source/modules/gamepad/GamepadCommon.h
@@ -30,7 +30,7 @@
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class GamepadCommon {
public:
@@ -65,6 +65,6 @@ protected:
DoubleVector m_axes;
};
-} // namespace WebCore
+} // namespace blink
#endif // GamepadCommon_h
« no previous file with comments | « Source/modules/gamepad/GamepadButton.cpp ('k') | Source/modules/gamepad/GamepadCommon.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698