mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 726024 - Rename PlacesTask to Runnable. r=lucasr
This commit is contained in:
parent
99d6836a08
commit
905c088b14
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user