Index: net/test/base_test_server.cc |
diff --git a/net/test/base_test_server.cc b/net/test/base_test_server.cc |
index 0e6b176346626cbdf6a3d1356266eeeeb7884ca8..7cd2469eb85e17c24f3389fd245c4067e253ef9e 100644 |
--- a/net/test/base_test_server.cc |
+++ b/net/test/base_test_server.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright 2013 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -147,7 +147,6 @@ std::string BaseTestServer::GetScheme() const { |
case TYPE_FTP: |
return "ftp"; |
case TYPE_HTTP: |
- case TYPE_SYNC: |
return "http"; |
case TYPE_HTTPS: |
return "https"; |