Index: Source/web/WebInputEventFactoryWin.cpp |
diff --git a/Source/web/WebInputEventFactoryWin.cpp b/Source/web/WebInputEventFactoryWin.cpp |
index 11f83429258bfdaa9914fa07cc921d1175bb1453..65a618f2f046bbfbbadee8942808f616dc7041ee 100644 |
--- a/Source/web/WebInputEventFactoryWin.cpp |
+++ b/Source/web/WebInputEventFactoryWin.cpp |
@@ -35,7 +35,7 @@ |
#include "wtf/Assertions.h" |
-namespace WebKit { |
+namespace blink { |
static const unsigned long defaultScrollLinesPerWheelDelta = 3; |
static const unsigned long defaultScrollCharsPerWheelDelta = 1; |
@@ -486,4 +486,4 @@ WebMouseWheelEvent WebInputEventFactory::mouseWheelEvent(HWND hwnd, UINT message |
return result; |
} |
-} // namespace WebKit |
+} // namespace blink |