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

Unified Diff: third_party/WebKit/Source/wtf/text/StringImplCF.cpp

Issue 1629693002: Add missing closing namespace comments to wtf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PR26274 Created 4 years, 11 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: third_party/WebKit/Source/wtf/text/StringImplCF.cpp
diff --git a/third_party/WebKit/Source/wtf/text/StringImplCF.cpp b/third_party/WebKit/Source/wtf/text/StringImplCF.cpp
index 844ae4987cc4d27924ffeb70b0e1f024d7072a1e..97f5267f01e9229a3044fe95674ca3b567762ce4 100644
--- a/third_party/WebKit/Source/wtf/text/StringImplCF.cpp
+++ b/third_party/WebKit/Source/wtf/text/StringImplCF.cpp
@@ -122,7 +122,7 @@ static CFAllocatorRef allocator()
return allocator;
}
-}
+} // namespace StringWrapperCFAllocator
RetainPtr<CFStringRef> StringImpl::createCFString()
{
@@ -157,6 +157,6 @@ RetainPtr<CFStringRef> StringImpl::createCFString()
// more calls to createCFString than calls to the create functions with the appropriate
// allocator, so it's probably not urgent optimize that case.
-}
+} // namespace WTF
#endif // OS(MACOSX)
« no previous file with comments | « third_party/WebKit/Source/wtf/text/StringImpl.h ('k') | third_party/WebKit/Source/wtf/text/StringImplMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698