Index: chrome/android/sync_shell/java/AndroidManifest.xml.jinja2 |
diff --git a/chrome/android/sync_shell/java/AndroidManifest.xml.jinja2 b/chrome/android/sync_shell/java/AndroidManifest.xml.jinja2 |
index a7734601240b1f7d2d42a983f4fd237079ccc542..82abdd71a2597cb4e91f1ed57b920b9739b586f8 100644 |
--- a/chrome/android/sync_shell/java/AndroidManifest.xml.jinja2 |
+++ b/chrome/android/sync_shell/java/AndroidManifest.xml.jinja2 |
@@ -136,9 +136,9 @@ |
android:authorities="org.chromium.chrome.sync_shell" |
android:exported="true" /> |
- <!-- Sync adapter for browser sync. --> |
+ <!-- Sync adapter for browser invalidation. --> |
<service android:exported="false" |
- android:name="org.chromium.chrome.shell.sync.ChromeShellSyncAdapterService"> |
+ android:name="org.chromium.chrome.shell.invalidation.ChromeShellSyncAdapterService"> |
<intent-filter> |
<action android:name="android.content.SyncAdapter" /> |
</intent-filter> |