Index: chrome/test/functional/media/cns_test_base.py |
diff --git a/chrome/test/functional/media/cns_test_base.py b/chrome/test/functional/media/cns_test_base.py |
index b90932ce9f8abaa513ad5a875b2a5f4964f2777e..89bbbfbf3069f500f3b54462d4b5624df50ac7e6 100644 |
--- a/chrome/test/functional/media/cns_test_base.py |
+++ b/chrome/test/functional/media/cns_test_base.py |
@@ -45,7 +45,7 @@ _CNS_PORT = 9000 |
# Base CNS URL, only requires & separated parameter names appended. |
if WINDOWS: |
- CNS_BASE_URL = 'http://chromeperf34.chrome:%d/ServeConstrained?' % _CNS_PORT |
+ CNS_BASE_URL = 'http://chromeperf34:%d/ServeConstrained?' % _CNS_PORT |
else: |
CNS_BASE_URL = 'http://127.0.0.1:%d/ServeConstrained?' % _CNS_PORT |