Index: net/cert/cert_database.h |
diff --git a/net/base/cert_database.h b/net/cert/cert_database.h |
similarity index 96% |
rename from net/base/cert_database.h |
rename to net/cert/cert_database.h |
index d71a2544ba80717518fa0ff6a03461205b3ebd38..c4ead812f2f6e500b5adb230eb92ef323beec012 100644 |
--- a/net/base/cert_database.h |
+++ b/net/cert/cert_database.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_DATABASE_H_ |
-#define NET_BASE_CERT_DATABASE_H_ |
+#ifndef NET_CERT_CERT_DATABASE_H_ |
+#define NET_CERT_CERT_DATABASE_H_ |
#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "net/base/net_export.h" |
-#include "net/base/x509_certificate.h" |
+#include "net/cert/x509_certificate.h" |
template <typename T> struct DefaultSingletonTraits; |
template <class ObserverType> class ObserverListThreadSafe; |
@@ -102,4 +102,4 @@ class NET_EXPORT CertDatabase { |
} // namespace net |
-#endif // NET_BASE_CERT_DATABASE_H_ |
+#endif // NET_CERT_CERT_DATABASE_H_ |