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

Unified Diff: samples/todomvc/android/TodoMVC/app/src/main/java/com/google/dartino/todomvc/CreateTodoItem.java

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments 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: samples/todomvc/android/TodoMVC/app/src/main/java/com/google/dartino/todomvc/CreateTodoItem.java
diff --git a/samples/todomvc/android/TodoMVC/app/src/main/java/com/google/fletch/todomvc/CreateTodoItem.java b/samples/todomvc/android/TodoMVC/app/src/main/java/com/google/dartino/todomvc/CreateTodoItem.java
similarity index 97%
rename from samples/todomvc/android/TodoMVC/app/src/main/java/com/google/fletch/todomvc/CreateTodoItem.java
rename to samples/todomvc/android/TodoMVC/app/src/main/java/com/google/dartino/todomvc/CreateTodoItem.java
index 8c2f2eefa7558038d7ec08a3ec9d21f03619bee1..e0ed36d36cfeaaf3f3144783f7988d1bdaa5dd23 100644
--- a/samples/todomvc/android/TodoMVC/app/src/main/java/com/google/fletch/todomvc/CreateTodoItem.java
+++ b/samples/todomvc/android/TodoMVC/app/src/main/java/com/google/dartino/todomvc/CreateTodoItem.java
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-package com.google.fletch.todomvc;
+package com.google.dartino.todomvc;
import android.content.Intent;
import android.support.v7.app.ActionBarActivity;

Powered by Google App Engine
This is Rietveld 408576698