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

Unified Diff: net/cert/x509_util_android.cc

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/cert/x509_util_android.h ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_util_android.cc
diff --git a/net/android/x509_util.cc b/net/cert/x509_util_android.cc
similarity index 93%
rename from net/android/x509_util.cc
rename to net/cert/x509_util_android.cc
index 9f3491fcc2c5490735911ad050aa35850b65f7fd..1f6c3c696d23d38edb2acced9b7f8cfd391f5e14 100644
--- a/net/android/x509_util.cc
+++ b/net/cert/x509_util_android.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/android/x509_util.h"
+#include "net/cert/x509_util_android.h"
#include "base/android/jni_android.h"
#include "jni/X509Util_jni.h"
« no previous file with comments | « net/cert/x509_util_android.h ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698