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

Unified Diff: Source/platform/geometry/FloatPoint3D.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/geometry/FloatPoint.cpp ('k') | Source/platform/geometry/FloatPoint3D.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/FloatPoint3D.h
diff --git a/Source/platform/geometry/FloatPoint3D.h b/Source/platform/geometry/FloatPoint3D.h
index 7c2b98bd5550788a0f7315082dc0f7f0f10de794..1d3e0c16f72c16c22aab6e12b0acb38eed9d9b4a 100644
--- a/Source/platform/geometry/FloatPoint3D.h
+++ b/Source/platform/geometry/FloatPoint3D.h
@@ -25,7 +25,7 @@
#include "platform/geometry/FloatPoint.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT FloatPoint3D {
public:
@@ -182,6 +182,6 @@ inline float FloatPoint3D::distanceTo(const FloatPoint3D& a) const
return (*this - a).length();
}
-} // namespace WebCore
+} // namespace blink
#endif // FloatPoint3D_h
« no previous file with comments | « Source/platform/geometry/FloatPoint.cpp ('k') | Source/platform/geometry/FloatPoint3D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698