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

Unified Diff: Source/platform/fonts/SVGGlyph.cpp

Issue 468443002: Cleanup namespace usage in platform/fonts/. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
Index: Source/platform/fonts/SVGGlyph.cpp
diff --git a/Source/platform/fonts/SVGGlyph.cpp b/Source/platform/fonts/SVGGlyph.cpp
index a565b32822e44a36e7e31888dadee41945a0a1dc..cce39daf2c8da0fbc9105506dc95e2bdb6a05592 100644
--- a/Source/platform/fonts/SVGGlyph.cpp
+++ b/Source/platform/fonts/SVGGlyph.cpp
@@ -186,6 +186,6 @@ bool isCompatibleGlyph(const SVGGlyph& identifier, bool isVerticalText, const St
return isCompatibleArabicForm(identifier, chars, startPosition, endPosition);
}
-}
+} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698