Index: Source/web/WebInputEventFactoryAndroid.cpp |
diff --git a/Source/web/WebInputEventFactoryAndroid.cpp b/Source/web/WebInputEventFactoryAndroid.cpp |
index 5b204cdbb5fe68473deaaabe1817ff0c6c62562f..902211ecadc2e2724c46f5150397aa723b5034cf 100644 |
--- a/Source/web/WebInputEventFactoryAndroid.cpp |
+++ b/Source/web/WebInputEventFactoryAndroid.cpp |
@@ -36,7 +36,7 @@ |
#include "core/platform/chromium/KeyboardCodes.h" |
#include "wtf/Assertions.h" |
-namespace WebKit { |
+namespace blink { |
WebKeyboardEvent WebInputEventFactory::keyboardEvent(WebInputEvent::Type type, |
int modifiers, |
@@ -176,4 +176,4 @@ WebGestureEvent WebInputEventFactory::gestureEvent(WebInputEvent::Type type, |
return result; |
} |
-} // namespace WebKit |
+} // namespace blink |