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

Unified Diff: services/prediction/proximity_info_factory.cc

Issue 1327033004: Allow building mojo_shell and non-graphical apps/services on a Mac (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review feedback Created 5 years, 3 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 | « services/prediction/input_info.cc ('k') | services/prediction/touch_position_correction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/prediction/proximity_info_factory.cc
diff --git a/services/prediction/proximity_info_factory.cc b/services/prediction/proximity_info_factory.cc
index 2c501f8974f496884e1f3f543e3e8ce89e9f6552..3c4480d863b0b441fb0db26e4947dc5bb762da51 100644
--- a/services/prediction/proximity_info_factory.cc
+++ b/services/prediction/proximity_info_factory.cc
@@ -187,4 +187,4 @@ int ProximityInfoFactory::SquaredDistanceToEdge(int x, int y, Key k) {
return dx * dx + dy * dy;
}
-} // namespace prediction
+} // namespace prediction
« no previous file with comments | « services/prediction/input_info.cc ('k') | services/prediction/touch_position_correction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698