Index: Source/platform/PlatformKeyboardEvent.h |
diff --git a/Source/platform/PlatformKeyboardEvent.h b/Source/platform/PlatformKeyboardEvent.h |
index 5408634c14f6fd559adbbe1cc9930b57db4e0099..a67cc216c84893b9f4c62c5612f8b686a0ea1c10 100644 |
--- a/Source/platform/PlatformKeyboardEvent.h |
+++ b/Source/platform/PlatformKeyboardEvent.h |
@@ -31,7 +31,7 @@ |
#include "platform/PlatformExport.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class PlatformKeyboardEvent : public PlatformEvent { |
WTF_MAKE_FAST_ALLOCATED; |
@@ -100,6 +100,6 @@ protected: |
bool m_isSystemKey; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // PlatformKeyboardEvent_h |