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

Unified Diff: Source/platform/geometry/cg/FloatPointCG.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/TransformState.cpp ('k') | Source/platform/geometry/cg/FloatRectCG.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/cg/FloatPointCG.cpp
diff --git a/Source/platform/geometry/cg/FloatPointCG.cpp b/Source/platform/geometry/cg/FloatPointCG.cpp
index 4fb767592829a296231d587095c00108f2e3eeba..251730446dd407d5afaa350fef0bb8666c33b773 100644
--- a/Source/platform/geometry/cg/FloatPointCG.cpp
+++ b/Source/platform/geometry/cg/FloatPointCG.cpp
@@ -29,7 +29,7 @@
#include <ApplicationServices/ApplicationServices.h>
-namespace WebCore {
+namespace blink {
FloatPoint::FloatPoint(const CGPoint& p) : m_x(p.x), m_y(p.y)
{
« no previous file with comments | « Source/platform/geometry/TransformState.cpp ('k') | Source/platform/geometry/cg/FloatRectCG.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698