Bug 726024 - Rename PlacesTask to Runnable. r=lucasr

This commit is contained in:
Gian-Carlo Pascutto 2012-02-21 14:17:18 +01:00
parent 99d6836a08
commit 905c088b14

View File

@ -177,10 +177,10 @@ public class ProfileMigrator {
}
public void launch() {
new PlacesTask().run();
new PlacesRunnable().run();
}
private class PlacesTask implements Runnable {
private class PlacesRunnable implements Runnable {
private Map<Long, Long> mRerootMap;
protected Uri getBookmarksUri() {