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

Unified Diff: net/cert/crl_set_unittest.cc

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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
Index: net/cert/crl_set_unittest.cc
diff --git a/net/base/crl_set_unittest.cc b/net/cert/crl_set_unittest.cc
similarity index 99%
rename from net/base/crl_set_unittest.cc
rename to net/cert/crl_set_unittest.cc
index 42fa82abff2c87d422c6cd1a0f1d8d63aaa77470..88eb65467c0dd8c067ed7bed1b4c366ec1131845 100644
--- a/net/base/crl_set_unittest.cc
+++ b/net/cert/crl_set_unittest.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/base/crl_set.h"
+#include "net/cert/crl_set.h"
#include "testing/gtest/include/gtest/gtest.h"
// These data blocks were generated using a lot of code that is still in

Powered by Google App Engine
This is Rietveld 408576698