| Index: components/cronet/android/test/native_test_server.h
|
| diff --git a/components/cronet/android/test/upload_test_server.h b/components/cronet/android/test/native_test_server.h
|
| similarity index 70%
|
| rename from components/cronet/android/test/upload_test_server.h
|
| rename to components/cronet/android/test/native_test_server.h
|
| index 9ae6fbb1d0792c31eaed93b99f473de03badca1f..629f067fac9619bbb516e6e12317286744d42901 100644
|
| --- a/components/cronet/android/test/upload_test_server.h
|
| +++ b/components/cronet/android/test/native_test_server.h
|
| @@ -2,8 +2,8 @@
|
| // 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_
|
| +#ifndef CRONET_NATIVE_TEST_SERVER_H_
|
| +#define CRONET_NATIVE_TEST_SERVER_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -13,4 +13,4 @@ bool RegisterNativeTestServer(JNIEnv* env);
|
|
|
| } // namespace cronet
|
|
|
| -#endif // CRONET_UPLOAD_TEST_SERVER_H_
|
| +#endif // CRONET_NATIVE_TEST_SERVER_H_
|
|
|