Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: Source/web/WebScopedUserGesture.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebScopedMicrotaskSuppression.cpp ('k') | Source/web/WebScriptBindings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/web/WebScopedMicrotaskSuppression.cpp ('k') | Source/web/WebScriptBindings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698