Skip to content
Snippets Groups Projects
Commit 1724ec0e authored by Christopher Tate's avatar Christopher Tate
Browse files

Fix build: track the naming change

Change-Id: I73de0733fe988e5723828a2557b4648b8dd3f5b9
parent 0c05902e
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,13 @@
package com.android.inputmethod.latin;
import android.app.backup.BackupHelperAgent;
import android.app.backup.BackupAgentHelper;
import android.app.backup.SharedPreferencesBackupHelper;
/**
* Backs up the Latin IME shared preferences.
*/
public class LatinIMEBackupAgent extends BackupHelperAgent {
public class LatinIMEBackupAgent extends BackupAgentHelper {
public void onCreate() {
addHelper("shared_pref", new SharedPreferencesBackupHelper(this,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment