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

Unified Diff: sky/sdk/example/fitness/lib/fitness_types.dart

Issue 1213603006: Initial fitness app (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: abarth cr feedback Created 5 years, 5 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 | « sky/sdk/example/fitness/apk/AndroidManifest.xml ('k') | sky/sdk/example/fitness/lib/home.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/fitness/lib/fitness_types.dart
diff --git a/sky/sdk/example/stocks/lib/stock_types.dart b/sky/sdk/example/fitness/lib/fitness_types.dart
similarity index 82%
copy from sky/sdk/example/stocks/lib/stock_types.dart
copy to sky/sdk/example/fitness/lib/fitness_types.dart
index 3fb718cadb05feddf9ed915d6bb9168d50a70350..0bd3377854a024849a421f0d535973c3fde7cc53 100644
--- a/sky/sdk/example/stocks/lib/stock_types.dart
+++ b/sky/sdk/example/fitness/lib/fitness_types.dart
@@ -2,5 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-enum StockMode { optimistic, pessimistic }
+enum FitnessMode { measure, run }
enum BackupMode { enabled, disabled }
« no previous file with comments | « sky/sdk/example/fitness/apk/AndroidManifest.xml ('k') | sky/sdk/example/fitness/lib/home.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698