Fix compile error when USE_CHROME_NETWORK_PROXY is not set. am: 209e57a848 am: 53c0a2e1e2 am: 4d3d784656
am: 57ff5b143c

Change-Id: I32fde9b21a4e6f8006bd6a5f2f2e20116bd570c8
diff --git a/real_system_state.cc b/real_system_state.cc
index b3ec06d..d99e658 100644
--- a/real_system_state.cc
+++ b/real_system_state.cc
@@ -151,7 +151,7 @@
 #if USE_CHROME_NETWORK_PROXY
                           network_proxy_service_proxy_.get()));
 #else
-                          nullptr)));
+                          nullptr));
 #endif  // USE_CHROME_NETWORK_PROXY
 
   // Initialize the UpdateAttempter before the UpdateManager.