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

Unified Diff: content/common/url_fetcher_unittest.cc

Issue 7006005: Move UrlFetcher to content. I originally thought that it's only used by chrome code, but turns o... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux Created 9 years, 7 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 | « content/common/url_fetcher.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/url_fetcher_unittest.cc
===================================================================
--- content/common/url_fetcher_unittest.cc (revision 87315)
+++ content/common/url_fetcher_unittest.cc (working copy)
@@ -6,7 +6,8 @@
#include "base/synchronization/waitable_event.h"
#include "base/threading/thread.h"
#include "build/build_config.h"
-#include "chrome/common/net/url_fetcher.h"
+#include "content/common/url_fetcher.h"
+#include "crypto/nss_util.h"
#include "net/http/http_response_headers.h"
#include "net/test/test_server.h"
#include "net/url_request/url_request_context_getter.h"
@@ -97,6 +98,7 @@
io_message_loop_proxy_ = base::MessageLoopProxy::CreateForCurrentThread();
#if defined(USE_NSS)
+ crypto::EnsureNSSInit();
net::EnsureOCSPInit();
#endif
}
« no previous file with comments | « content/common/url_fetcher.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698