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

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

Issue 1429863008: [Cronet] Remove JSON serialization of CronetEngine.Builder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 5 years, 1 month 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/cronet_url_request_context_config_test.h
diff --git a/components/cronet/android/test/sdch_test_util.h b/components/cronet/android/test/cronet_url_request_context_config_test.h
similarity index 51%
copy from components/cronet/android/test/sdch_test_util.h
copy to components/cronet/android/test/cronet_url_request_context_config_test.h
index c9ece3743a6bf8f5276ce7ad78363774514335a1..7e94521d382e573810f38cbf99d5e948c7a901f3 100644
--- a/components/cronet/android/test/sdch_test_util.h
+++ b/components/cronet/android/test/cronet_url_request_context_config_test.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_CRONET_ANDROID_TEST_SDCH_TEST_UTIL_H_
-#define COMPONENTS_CRONET_ANDROID_TEST_SDCH_TEST_UTIL_H_
+#ifndef CRONET_URL_REQUEST_CONTEXT_CONFIG_TEST_H_
xunjieli 2015/12/01 17:30:38 Misha's comment in Patch 5? COMPONENTS_CRONET_ANDR
pauljensen 2015/12/02 03:50:02 Done.
+#define CRONET_URL_REQUEST_CONTEXT_CONFIG_TEST_H_
#include <jni.h>
namespace cronet {
-bool RegisterSdchTestUtil(JNIEnv* env);
+bool RegisterCronetUrlRequestContextConfigTest(JNIEnv* env);
} // namespace cronet
-#endif // COMPONENTS_CRONET_ANDROID_TEST_SDCH_TEST_UTIL_H_
+#endif // CRONET_URL_REQUEST_CONTEXT_CONFIG_TEST_H_

Powered by Google App Engine
This is Rietveld 408576698