Index: third_party/WebKit/Source/platform/graphics/Path.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/Path.cpp b/third_party/WebKit/Source/platform/graphics/Path.cpp |
index 372a1d50e56ca54e56597064db14e676662e27b9..5aef451e7a0fe550073577a594c5df787b7f2915 100644 |
--- a/third_party/WebKit/Source/platform/graphics/Path.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/Path.cpp |
@@ -114,7 +114,7 @@ FloatRect PathBounds(const SkPath& path, Path::BoundsType bounds_type) { |
: path.computeTightBounds(); |
} |
-} // anonymous ns |
+} // namespace |
// TODO(fmalita): evaluate returning exact bounds in all cases. |
FloatRect Path::BoundingRect(BoundsType bounds_type) const { |