Index: chrome/browser/net/chrome_url_request_context_unittest.cc |
diff --git a/chrome/browser/net/chrome_url_request_context_unittest.cc b/chrome/browser/net/chrome_url_request_context_unittest.cc |
index f0947bd91ab235298022f5b78881b55e3d02e0e5..5faaf4451229bd9b5deb0f63f5d048aa343a92a0 100644 |
--- a/chrome/browser/net/chrome_url_request_context_unittest.cc |
+++ b/chrome/browser/net/chrome_url_request_context_unittest.cc |
@@ -162,6 +162,7 @@ TEST(ChromeURLRequestContextTest, CreateProxyConfigTest) { |
CommandLine command_line(tests[i].command_line); |
// Only configuration-policy and default prefs are needed. |
PrefService prefs(new TestingPrefService::TestingPrefValueStore( |
+ new policy::ConfigurationPolicyPrefStore(NULL), |
new policy::ConfigurationPolicyPrefStore(NULL), NULL, |
new CommandLinePrefStore(&command_line), NULL, NULL, |
new DefaultPrefStore())); |