| Index: chrome/browser/net/http_server_properties_manager_unittest.cc
|
| diff --git a/chrome/browser/net/http_server_properties_manager_unittest.cc b/chrome/browser/net/http_server_properties_manager_unittest.cc
|
| index 6495c23f0707bf2c46bf49f53d667777e388c5fa..8f0ea52a71107f5205152d4137cbedfacb1a1b5f 100644
|
| --- a/chrome/browser/net/http_server_properties_manager_unittest.cc
|
| +++ b/chrome/browser/net/http_server_properties_manager_unittest.cc
|
| @@ -84,7 +84,8 @@ class HttpServerPropertiesManagerTest : public testing::Test {
|
| }
|
|
|
| virtual void SetUp() OVERRIDE {
|
| - pref_service_.RegisterDictionaryPref(prefs::kHttpServerProperties);
|
| + pref_service_.registrar()->RegisterDictionaryPref(
|
| + prefs::kHttpServerProperties);
|
| http_server_props_manager_.reset(
|
| new StrictMock<TestingHttpServerPropertiesManager>(&pref_service_));
|
| ExpectCacheUpdate();
|
|
|