Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Unified Diff: components/cronet/android/test/native_test_server.h

Issue 886583005: [Cronet] rename upload_test_server.cc/h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « components/cronet/android/test/cronet_test_jni.cc ('k') | components/cronet/android/test/native_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698