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

Unified Diff: mojo/services/public/cpp/geometry/geometry_util.h

Issue 698883005: Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « mojo/services/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/cpp/geometry/geometry_util.h
diff --git a/mojo/services/public/cpp/geometry/geometry_util.h b/mojo/services/public/cpp/geometry/geometry_util.h
index 685170dc84843e1429f4fb5ca745923a2df2b378..c2386789591311d217f224515efb8353f21bf42d 100644
--- a/mojo/services/public/cpp/geometry/geometry_util.h
+++ b/mojo/services/public/cpp/geometry/geometry_util.h
@@ -33,6 +33,7 @@ inline bool operator==(const Point& lhs, const Point& rhs) {
inline bool operator!=(const Point& lhs, const Point& rhs) {
return !(lhs == rhs);
}
+
}
#endif // MOJO_SERVICES_PUBLIC_CPP_GEOMETRY_GEOMETRY_UTIL_H_
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698