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

Unified Diff: net/spdy/spdy_credential_builder_unittest.cc

Issue 12680003: net: split net/ssl 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/spdy/spdy_credential_builder.cc ('k') | net/spdy/spdy_credential_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_credential_builder_unittest.cc
diff --git a/net/spdy/spdy_credential_builder_unittest.cc b/net/spdy/spdy_credential_builder_unittest.cc
index c3feb591a1f094f83359426bfc2a9568d863839c..1d83a6305a6f6d16019b9be350f1f2a9e9f2cf3e 100644
--- a/net/spdy/spdy_credential_builder_unittest.cc
+++ b/net/spdy/spdy_credential_builder_unittest.cc
@@ -5,12 +5,12 @@
#include "net/spdy/spdy_credential_builder.h"
#include "base/threading/sequenced_worker_pool.h"
-#include "crypto/ec_signature_creator.h"
#include "crypto/ec_private_key.h"
+#include "crypto/ec_signature_creator.h"
#include "net/base/asn1_util.h"
-#include "net/base/default_server_bound_cert_store.h"
-#include "net/base/server_bound_cert_service.h"
#include "net/spdy/spdy_test_util_spdy3.h"
+#include "net/ssl/default_server_bound_cert_store.h"
+#include "net/ssl/server_bound_cert_service.h"
#include "testing/platform_test.h"
using namespace net::test_spdy3;
« no previous file with comments | « net/spdy/spdy_credential_builder.cc ('k') | net/spdy/spdy_credential_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698