Index: public/web/WebScopedUserGesture.h |
diff --git a/public/web/WebScopedUserGesture.h b/public/web/WebScopedUserGesture.h |
index 98197d62809a97f42e5c9fae2daba3c97447f1f8..f829834a4aadf38182e29d5fe83c49849a276323 100644 |
--- a/public/web/WebScopedUserGesture.h |
+++ b/public/web/WebScopedUserGesture.h |
@@ -37,7 +37,7 @@ namespace WebCore { |
class UserGestureIndicator; |
} |
-namespace WebKit { |
+namespace blink { |
class WebUserGestureToken; |
@@ -68,6 +68,6 @@ private: |
WebPrivateOwnPtr<WebCore::UserGestureIndicator> m_indicator; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebScopedUserGesture_h |