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

Unified Diff: chromeos/network/onc/mock_certificate_importer.cc

Issue 20041002: Make CertificateHandler a proper interface of CertificateImporter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years, 5 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 | « chromeos/network/onc/mock_certificate_importer.h ('k') | chromeos/network/onc/onc_certificate_importer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/onc/mock_certificate_importer.cc
diff --git a/chromeos/network/mock_certificate_handler.cc b/chromeos/network/onc/mock_certificate_importer.cc
similarity index 52%
rename from chromeos/network/mock_certificate_handler.cc
rename to chromeos/network/onc/mock_certificate_importer.cc
index 8ff080f56ef0947fced48cc9efd98d8faa34e0d0..ebbeca60e19141a588e23bf8377bf0997c9330dd 100644
--- a/chromeos/network/mock_certificate_handler.cc
+++ b/chromeos/network/onc/mock_certificate_importer.cc
@@ -2,14 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromeos/network/mock_certificate_handler.h"
+#include "chromeos/network/onc/mock_certificate_importer.h"
namespace chromeos {
+namespace onc {
-MockCertificateHandler::MockCertificateHandler() {
+MockCertificateImporter::MockCertificateImporter() {
}
-MockCertificateHandler::~MockCertificateHandler() {
+MockCertificateImporter::~MockCertificateImporter() {
}
+} // namespace onc
} // namespace chromeos
« no previous file with comments | « chromeos/network/onc/mock_certificate_importer.h ('k') | chromeos/network/onc/onc_certificate_importer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698