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

Unified Diff: Source/platform/Cursor.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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 | « Source/platform/CryptoResult.h ('k') | Source/platform/Cursor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Cursor.h
diff --git a/Source/platform/Cursor.h b/Source/platform/Cursor.h
index 25de699f49bc398fbc4c86d2c652c4c475e4a709..7fd1261356500b04f1af0549aedc9ee5ccf63fdf 100644
--- a/Source/platform/Cursor.h
+++ b/Source/platform/Cursor.h
@@ -32,7 +32,7 @@
#include "wtf/Assertions.h"
#include "wtf/RefPtr.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT Cursor {
WTF_MAKE_FAST_ALLOCATED;
@@ -165,6 +165,6 @@ PLATFORM_EXPORT const Cursor& noneCursor();
PLATFORM_EXPORT const Cursor& grabCursor();
PLATFORM_EXPORT const Cursor& grabbingCursor();
-} // namespace WebCore
+} // namespace blink
#endif // Cursor_h
« no previous file with comments | « Source/platform/CryptoResult.h ('k') | Source/platform/Cursor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698