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

Unified Diff: net/cert/x509_util_android.h

Issue 35763004: [net] Move android/x509_util.[cc|h] to cert/x509_util_android.[cc|h] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « net/android/x509_util.cc ('k') | net/cert/x509_util_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_util_android.h
diff --git a/net/android/x509_util.h b/net/cert/x509_util_android.h
similarity index 68%
rename from net/android/x509_util.h
rename to net/cert/x509_util_android.h
index 963dd2310cadf4de90e3c9a02d8bbcd4c32972b4..205a60ab58b4db98aaa22f48458d372513b2e9ce 100644
--- a/net/android/x509_util.h
+++ b/net/cert/x509_util_android.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 NET_ANDROID_X509_UTIL_H_
-#define NET_ANDROID_X509_UTIL_H_
+#ifndef NET_CERT_X509_UTIL_ANDROID_H_
+#define NET_CERT_X509_UTIL_ANDROID_H_
#include <jni.h>
@@ -13,4 +13,4 @@ bool RegisterX509Util(JNIEnv* env);
} // net namespace
-#endif // NET_ANDROID_X509_UTIL_H_
+#endif // NET_CERT_X509_UTIL_ANDROID_H_
« no previous file with comments | « net/android/x509_util.cc ('k') | net/cert/x509_util_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698