Index: components/cronet/android/test/upload_test_server.h |
diff --git a/components/cronet/android/test/upload_test_server.h b/components/cronet/android/test/upload_test_server.h |
deleted file mode 100644 |
index 9ae6fbb1d0792c31eaed93b99f473de03badca1f..0000000000000000000000000000000000000000 |
--- a/components/cronet/android/test/upload_test_server.h |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-// Copyright 2014 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 CRONET_UPLOAD_TEST_SERVER_H_ |
-#define CRONET_UPLOAD_TEST_SERVER_H_ |
- |
-#include <jni.h> |
- |
-namespace cronet { |
- |
-bool RegisterNativeTestServer(JNIEnv* env); |
- |
-} // namespace cronet |
- |
-#endif // CRONET_UPLOAD_TEST_SERVER_H_ |