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

Unified Diff: public/web/WebUserGestureToken.h

Issue 401973003: Rename WebCore namespace to blink in Public (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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/WebTextRun.h ('k') | public/web/WebUserMediaRequest.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 4251dcd1d986f7f0eb0adeb61f245e9a65c47de0..909dacebfb1a59e2f540c57ba827a8148e9511a4 100644
--- a/public/web/WebUserGestureToken.h
+++ b/public/web/WebUserGestureToken.h
@@ -33,7 +33,7 @@
#include "../platform/WebPrivatePtr.h"
-namespace WebCore {
+namespace blink {
class UserGestureToken;
}
@@ -59,15 +59,15 @@ public:
bool isNull() const { return m_token.isNull(); }
#if BLINK_IMPLEMENTATION
- explicit WebUserGestureToken(PassRefPtr<WebCore::UserGestureToken>);
- operator PassRefPtr<WebCore::UserGestureToken>() const;
+ explicit WebUserGestureToken(PassRefPtr<blink::UserGestureToken>);
+ operator PassRefPtr<blink::UserGestureToken>() const;
#endif
private:
BLINK_EXPORT void assign(const WebUserGestureToken&);
BLINK_EXPORT void reset();
- WebPrivatePtr<WebCore::UserGestureToken> m_token;
+ WebPrivatePtr<blink::UserGestureToken> m_token;
};
} // namespace blink
« no previous file with comments | « public/web/WebTextRun.h ('k') | public/web/WebUserMediaRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698