| Index: Source/web/WebScopedUserGesture.cpp
|
| diff --git a/Source/web/WebScopedUserGesture.cpp b/Source/web/WebScopedUserGesture.cpp
|
| index 3067e0c5ef5bc8cd3fec4ea70adb30be9d1b04f3..81eac8678738ce91b47ca65c205ff6b7c078a34b 100644
|
| --- a/Source/web/WebScopedUserGesture.cpp
|
| +++ b/Source/web/WebScopedUserGesture.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "WebUserGestureToken.h"
|
| #include "platform/UserGestureIndicator.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebScopedUserGesture::initialize()
|
| {
|
| @@ -52,4 +52,4 @@ void WebScopedUserGesture::reset()
|
| m_indicator.reset(0);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|