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

Unified Diff: Source/platform/geometry/GeometryTestHelpers.h

Issue 1110913002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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/FloatBoxTestHelpers.cpp ('k') | Source/platform/geometry/GeometryTestHelpers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/GeometryTestHelpers.h
diff --git a/Source/platform/geometry/GeometryTestHelpers.h b/Source/platform/geometry/GeometryTestHelpers.h
index b0a2304ad1a9d793e5af038dd0115759ead765ea..d207fc63655aebcc769c1ac7541bd6f420670465 100644
--- a/Source/platform/geometry/GeometryTestHelpers.h
+++ b/Source/platform/geometry/GeometryTestHelpers.h
@@ -13,7 +13,7 @@ namespace GeometryTest {
bool ApproximatelyEqual(float, float, float testEpsilon);
::testing::AssertionResult AssertAlmostEqual(const char* actual_expr, const char* expected_expr, float actual, float expected, float testEpsilon = 1e-6);
-}
-}
+} // namespace GeometryTest
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/geometry/FloatBoxTestHelpers.cpp ('k') | Source/platform/geometry/GeometryTestHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698