Index: net/base/net_test_constants.h |
diff --git a/net/base/net_test_constants.h b/net/base/net_test_constants.h |
deleted file mode 100644 |
index 83eb43f8b17d34ef54efd11eea2d1aad50a3c054..0000000000000000000000000000000000000000 |
--- a/net/base/net_test_constants.h |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-// Copyright (c) 2009 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. |
- |
-#ifndef NET_BASE_NET_TEST_CONSTANTS_H_ |
-#define NET_BASE_NET_TEST_CONSTANTS_H_ |
- |
-namespace net { |
- |
-// Number of connection attempts for tests. |
-const int kDefaultTestConnectionAttempts = 10; |
- |
-// Connection timeout in milliseconds for tests. |
-const int kDefaultTestConnectionTimeout = 1000; |
- |
-} // namespace net |
- |
-#endif // NET_BASE_NET_TEST_CONSTANTS_H_ |