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

Unified Diff: Source/platform/geometry/cg/IntPointCG.cpp

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/geometry/cg/FloatSizeCG.cpp ('k') | Source/platform/geometry/cg/IntRectCG.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/cg/IntPointCG.cpp
diff --git a/Source/platform/geometry/cg/IntPointCG.cpp b/Source/platform/geometry/cg/IntPointCG.cpp
index ee60682d373e57fa55673eef6f538c3fd658ed8f..d93cf11e406a3287d8c8d0f8c500d2430c402bc4 100644
--- a/Source/platform/geometry/cg/IntPointCG.cpp
+++ b/Source/platform/geometry/cg/IntPointCG.cpp
@@ -28,7 +28,7 @@
#include <ApplicationServices/ApplicationServices.h>
-namespace WebCore {
+namespace blink {
IntPoint::IntPoint(const CGPoint& p) : m_x(static_cast<int>(p.x)), m_y(static_cast<int>(p.y))
{
« no previous file with comments | « Source/platform/geometry/cg/FloatSizeCG.cpp ('k') | Source/platform/geometry/cg/IntRectCG.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698