| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index d5218609b49a2e1ff467212bda8b3060d8f48110..849bdc0e95fc8d1f9c0df94cbe552c2f99d79ffe 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -721,7 +721,7 @@ void TestingProfile::set_last_selected_directory(const base::FilePath& path) {
|
| PrefProxyConfigTracker* TestingProfile::GetProxyConfigTracker() {
|
| if (!pref_proxy_config_tracker_.get()) {
|
| pref_proxy_config_tracker_.reset(
|
| - ProxyServiceFactory::CreatePrefProxyConfigTracker(GetPrefs()));
|
| + ProxyServiceFactory::CreatePrefProxyConfigTracker(this));
|
| }
|
| return pref_proxy_config_tracker_.get();
|
| }
|
|
|