| Index: build/android/pylib/fake_dns.py
|
| diff --git a/build/android/pylib/fake_dns.py b/build/android/pylib/fake_dns.py
|
| index 1c64490045a1abe621d7347489de97f028e8d342..b119d7600c928eceb1ec218b26a373fc62612aca 100644
|
| --- a/build/android/pylib/fake_dns.py
|
| +++ b/build/android/pylib/fake_dns.py
|
| @@ -32,7 +32,8 @@ class FakeDns(object):
|
| subprocess instance connected to the fake_dns process on the device.
|
| """
|
| self._adb.PushIfNeeded(
|
| - os.path.join(constants.CHROME_DIR, 'out', self._build_type, 'fake_dns'),
|
| + os.path.join(constants.DIR_SOURCE_ROOT, 'out', self._build_type,
|
| + 'fake_dns'),
|
| FakeDns._FAKE_DNS_PATH)
|
| return subprocess.Popen(
|
| ['adb', '-s', self._adb._adb.GetSerialNumber(),
|
|
|