Fix build break due to automerge of 7d2198b5

Bug: 30100884

Change-Id: I8fa379a74b5d9467b5b9498bd18de2a043963c6f
This commit is contained in:
Paul Jensen
2016-09-19 08:53:20 -04:00
parent 849f1ba2d9
commit baae57ab24

View File

@@ -293,7 +293,7 @@ public class PacManager {
intent.setClassName(PAC_PACKAGE, PAC_SERVICE);
if ((mProxyConnection != null) && (mConnection != null)) {
// Already bound no need to bind again, just download the new file.
IoThread.getHandler().post(mPacDownloader);
mNetThreadHandler.post(mPacDownloader);
return;
}
mConnection = new ServiceConnection() {