Index: public/web/WebUserGestureToken.h |
diff --git a/public/web/WebUserGestureToken.h b/public/web/WebUserGestureToken.h |
index 7f0986ddd5eb42d25d1f137be91fb9cd2da9af60..4251dcd1d986f7f0eb0adeb61f245e9a65c47de0 100644 |
--- a/public/web/WebUserGestureToken.h |
+++ b/public/web/WebUserGestureToken.h |
@@ -37,7 +37,7 @@ namespace WebCore { |
class UserGestureToken; |
} |
-namespace WebKit { |
+namespace blink { |
// A WebUserGestureToken allows for storing the user gesture state of the |
// currently active context and reinstantiating it later on to continue |
@@ -70,6 +70,6 @@ private: |
WebPrivatePtr<WebCore::UserGestureToken> m_token; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebUserGestureToken_h |