| Index: chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| diff --git a/chrome/android/shell/java/AndroidManifest.xml.jinja2 b/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| index 2ad635dbf1e437af6d00ea535d3df7e230a13712..d1a7c8252152762c332569c83d0de61d1e30d34f 100644
|
| --- a/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| +++ b/chrome/android/shell/java/AndroidManifest.xml.jinja2
|
| @@ -184,9 +184,9 @@
|
| android:resource="@xml/file_paths" />
|
| </provider>
|
|
|
| - <!-- 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>
|
|
|