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

Unified Diff: public/web/WebUserGestureToken.h

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 | « public/web/WebUserGestureIndicator.h ('k') | public/web/WebUserMediaClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « public/web/WebUserGestureIndicator.h ('k') | public/web/WebUserMediaClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698