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

Unified Diff: net/test/cert_test_util.h

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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/test/base_test_server.cc ('k') | net/test/cert_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/cert_test_util.h
diff --git a/net/base/cert_test_util.h b/net/test/cert_test_util.h
similarity index 89%
rename from net/base/cert_test_util.h
rename to net/test/cert_test_util.h
index db49e87327c8ea431e582ff803398f5933a825e1..d4aa4d7d32565ead66dbd53cad74d1cfc6b7bcf4 100644
--- a/net/base/cert_test_util.h
+++ b/net/test/cert_test_util.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_BASE_CERT_TEST_UTIL_H_
-#define NET_BASE_CERT_TEST_UTIL_H_
+#ifndef NET_TEST_CERT_TEST_UTIL_H_
+#define NET_TEST_CERT_TEST_UTIL_H_
#include <string>
#include "base/memory/ref_counted.h"
-#include "net/base/x509_cert_types.h"
-#include "net/base/x509_certificate.h"
+#include "net/cert/x509_cert_types.h"
+#include "net/cert/x509_certificate.h"
namespace base {
class FilePath;
@@ -50,4 +50,4 @@ class ScopedTestEVPolicy {
} // namespace net
-#endif // NET_BASE_CERT_TEST_UTIL_H_
+#endif // NET_TEST_CERT_TEST_UTIL_H_
« no previous file with comments | « net/test/base_test_server.cc ('k') | net/test/cert_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698