Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / KeyboardCodes.h
index 48b4a93..f770b1e 100644 (file)
@@ -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