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

Side by Side Diff: chrome/android/shell/res/xml/syncadapter.xml

Issue 184493006: Rename to ChromiumTestShell package from testshell to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix py lint Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- The attributes in this XML file provide configuration information --> 2 <!-- The attributes in this XML file provide configuration information -->
3 <!-- for the SyncAdapter. --> 3 <!-- for the SyncAdapter. -->
4 4
5 <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" 5 <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
6 android:contentAuthority="org.chromium.chrome.testshell" 6 android:contentAuthority="org.chromium.chrome.shell"
7 android:accountType="com.google" 7 android:accountType="com.google"
8 /> 8 />
OLDNEW
« no previous file with comments | « chrome/android/shell/res/values/strings.xml ('k') | chrome/android/testshell/java/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698