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

Unified Diff: samples/github/android/GithubMock/app/src/main/AndroidManifest.xml

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/github/android/GithubMock/app/src/main/AndroidManifest.xml
diff --git a/samples/github/android/GithubMock/app/src/main/AndroidManifest.xml b/samples/github/android/GithubMock/app/src/main/AndroidManifest.xml
index 872438f2dd29fdf2edf02039f8636db5c6c08898..ea81e89016b12ddfa27fa7c127aed5f94e824846 100644
--- a/samples/github/android/GithubMock/app/src/main/AndroidManifest.xml
+++ b/samples/github/android/GithubMock/app/src/main/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.google.fletch.githubmock" >
+ package="com.google.dartino.githubmock" >
<uses-permission android:name="android.permission.INTERNET" />
<application
@@ -13,7 +13,7 @@
android:name=".GithubMockServer"
android:exported="true" >
<intent-filter>
- <action android:name="com.google.fletch.githubmock.action.ensureServer" />
+ <action android:name="com.google.dartino.githubmock.action.ensureServer" />
</intent-filter>
</service>

Powered by Google App Engine
This is Rietveld 408576698