Index: chrome/browser/io_thread.cc |
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
index 3c7fdc67456f95b9539a97c7fae6de4d5fe879bb..55713b73f77d7f57c6587b58a6d8bfc51e9c8c36 100644 |
--- a/chrome/browser/io_thread.cc |
+++ b/chrome/browser/io_thread.cc |
@@ -62,8 +62,8 @@ net::HostResolver* CreateGlobalHostResolver(net::NetLog* net_log) { |
// For each option (i.e., non-default), we have a fixed probability. |
base::FieldTrial::Probability kProbabilityPerGroup = 100; // 10%. |
- scoped_refptr<base::FieldTrial> trial = |
- new base::FieldTrial("DnsParallelism", kDivisor); |
+ scoped_refptr<base::FieldTrial> trial( |
+ new base::FieldTrial("DnsParallelism", kDivisor)); |
// List options with different counts. |
// Firefox limits total to 8 in parallel, and default is currently 50. |