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

Unified Diff: public/platform/WebCursorInfo.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/platform/WebCrypto.h ('k') | public/platform/WebData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCursorInfo.h
diff --git a/public/platform/WebCursorInfo.h b/public/platform/WebCursorInfo.h
index f7a4e69efb3c6549ae2b4cb6542b6210569743d3..6c23756be812779e1471b91572b3dc34c400bcae 100644
--- a/public/platform/WebCursorInfo.h
+++ b/public/platform/WebCursorInfo.h
@@ -35,7 +35,7 @@
#include "WebPoint.h"
#if INSIDE_BLINK
-namespace WebCore { class Cursor; }
+namespace blink { class Cursor; }
#endif
#ifdef WIN32
@@ -116,7 +116,7 @@ struct WebCursorInfo {
}
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT explicit WebCursorInfo(const WebCore::Cursor&);
+ BLINK_PLATFORM_EXPORT explicit WebCursorInfo(const blink::Cursor&);
#endif
};
« no previous file with comments | « public/platform/WebCrypto.h ('k') | public/platform/WebData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698