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

Unified Diff: third_party/WebKit/Source/core/css/CSSValueTestHelper.h

Issue 1627713002: Add more missing closing namespace comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, address comment (also filed llvm.org/PR26290) 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/core/css/CSSValueTestHelper.h
diff --git a/third_party/WebKit/Source/core/css/CSSValueTestHelper.h b/third_party/WebKit/Source/core/css/CSSValueTestHelper.h
index b5e0b27dbd9cc878f6baf4ec65fd17df84cd379d..59a311386895ee5efb7fb2644db2ddc8a68f7938 100644
--- a/third_party/WebKit/Source/core/css/CSSValueTestHelper.h
+++ b/third_party/WebKit/Source/core/css/CSSValueTestHelper.h
@@ -52,7 +52,7 @@ namespace internal {
char(&IsNullLiteralHelper(const blink::CSSValue&))[2];
}
-}
+} // namespace testing
namespace blink {
@@ -71,6 +71,6 @@ inline void PrintTo(const CSSPrimitiveValue& cssValue, ::std::ostream* os, const
PrintTo(static_cast<const CSSValue&>(cssValue), os, typeName);
}
-}
+} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698