Commit a463dd08 authored by xunjieli's avatar xunjieli Committed by Commit bot

[Cronet] rename upload_test_server.cc/h

BUG=452643

Review URL: https://codereview.chromium.org/886583005

Cr-Commit-Position: refs/heads/master@{#314635}
parent 91430c35
...@@ -316,8 +316,8 @@ ...@@ -316,8 +316,8 @@
'cronet/android/test/cronet_test_jni.cc', 'cronet/android/test/cronet_test_jni.cc',
'cronet/android/test/mock_url_request_job_factory.cc', 'cronet/android/test/mock_url_request_job_factory.cc',
'cronet/android/test/mock_url_request_job_factory.h', 'cronet/android/test/mock_url_request_job_factory.h',
'cronet/android/test/upload_test_server.cc', 'cronet/android/test/native_test_server.cc',
'cronet/android/test/upload_test_server.h', 'cronet/android/test/native_test_server.h',
'cronet/android/test/network_change_notifier_util.cc', 'cronet/android/test/network_change_notifier_util.cc',
'cronet/android/test/network_change_notifier_util.h', 'cronet/android/test/network_change_notifier_util.h',
], ],
......
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
#include "base/android/jni_registrar.h" #include "base/android/jni_registrar.h"
#include "components/cronet/android/cronet_loader.h" #include "components/cronet/android/cronet_loader.h"
#include "mock_url_request_job_factory.h" #include "mock_url_request_job_factory.h"
#include "native_test_server.h"
#include "network_change_notifier_util.h" #include "network_change_notifier_util.h"
#include "upload_test_server.h"
namespace { namespace {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "upload_test_server.h" #include "native_test_server.h"
#include "base/android/jni_android.h" #include "base/android/jni_android.h"
#include "base/android/jni_string.h" #include "base/android/jni_string.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CRONET_UPLOAD_TEST_SERVER_H_ #ifndef CRONET_NATIVE_TEST_SERVER_H_
#define CRONET_UPLOAD_TEST_SERVER_H_ #define CRONET_NATIVE_TEST_SERVER_H_
#include <jni.h> #include <jni.h>
...@@ -13,4 +13,4 @@ bool RegisterNativeTestServer(JNIEnv* env); ...@@ -13,4 +13,4 @@ bool RegisterNativeTestServer(JNIEnv* env);
} // namespace cronet } // namespace cronet
#endif // CRONET_UPLOAD_TEST_SERVER_H_ #endif // CRONET_NATIVE_TEST_SERVER_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment