Index: net/android/x509_util.h |
diff --git a/content/browser/power_save_blocker_android.h b/net/android/x509_util.h |
similarity index 51% |
copy from content/browser/power_save_blocker_android.h |
copy to net/android/x509_util.h |
index 1df7d697b53df6b968363eed4551f2b3e10faef3..963dd2310cadf4de90e3c9a02d8bbcd4c32972b4 100644 |
--- a/content/browser/power_save_blocker_android.h |
+++ b/net/android/x509_util.h |
@@ -2,10 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#ifndef NET_ANDROID_X509_UTIL_H_ |
+#define NET_ANDROID_X509_UTIL_H_ |
+ |
#include <jni.h> |
-namespace content { |
+namespace net { |
+ |
+bool RegisterX509Util(JNIEnv* env); |
-bool RegisterPowerSaveBlocker(JNIEnv* env); |
+} // net namespace |
-} // namespace content |
+#endif // NET_ANDROID_X509_UTIL_H_ |