Index: Source/platform/KeyboardCodes.h |
diff --git a/Source/platform/KeyboardCodes.h b/Source/platform/KeyboardCodes.h |
index 48b4a935f61ac23c9bf30d259e9b3a0ab44ed9bc..f770b1e8a2ee2299e215f203c96c9fd5f46ffd13 100644 |
--- a/Source/platform/KeyboardCodes.h |
+++ b/Source/platform/KeyboardCodes.h |
@@ -37,7 +37,7 @@ |
#include "platform/WindowsKeyboardCodes.h" |
-namespace WebCore { |
+namespace blink { |
enum { |
// VKEY_LBUTTON (01) Left mouse button |
@@ -556,6 +556,6 @@ enum { |
VKEY_UNKNOWN = 0 |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif |