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

Unified Diff: Source/core/platform/chromium/support/WebCursorInfo.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
Index: Source/core/platform/chromium/support/WebCursorInfo.cpp
diff --git a/Source/core/platform/chromium/support/WebCursorInfo.cpp b/Source/core/platform/chromium/support/WebCursorInfo.cpp
index 0e7dfa51365c1987adce7b3a8d5b522a1cf450c4..e2fc7bd9037fd63fd62d15d5005d8be0722711a4 100644
--- a/Source/core/platform/chromium/support/WebCursorInfo.cpp
+++ b/Source/core/platform/chromium/support/WebCursorInfo.cpp
@@ -35,7 +35,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
WebCursorInfo::WebCursorInfo(const Cursor& cursor)
: type(static_cast<Type>(cursor.type()))
@@ -48,4 +48,4 @@ WebCursorInfo::WebCursorInfo(const Cursor& cursor)
{
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/core/platform/chromium/support/WebCrypto.cpp ('k') | Source/core/platform/chromium/support/WebMediaConstraints.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698