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

Unified Diff: net/http/http_cache_transaction.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/http/http_cache_transaction.cc
diff --git a/net/http/http_cache_transaction.cc b/net/http/http_cache_transaction.cc
index 491f2f39345013eeb2508d8b30942fc3cbabb2d9..df506f122d72bc90ecf625dc716b92bc91d413d6 100644
--- a/net/http/http_cache_transaction.cc
+++ b/net/http/http_cache_transaction.cc
@@ -21,7 +21,7 @@
#include "base/string_number_conversions.h"
#include "base/string_util.h"
#include "base/time.h"
-#include "net/base/cert_status_flags.h"
+#include "net/cert/cert_status_flags.h"
Ryan Sleevi 2013/03/28 19:00:52 sort
Paweł Hajdan Jr. 2013/03/28 19:40:06 Done.
#include "net/base/completion_callback.h"
#include "net/base/io_buffer.h"
#include "net/base/load_flags.h"

Powered by Google App Engine
This is Rietveld 408576698