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

Unified Diff: content/browser/webui/url_data_manager_backend_unittest.cc

Issue 1295523006: Using scoped_ptr for URLRequestJobFactoryImpl::SetProtocolHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing un-modified file Created 5 years, 4 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: content/browser/webui/url_data_manager_backend_unittest.cc
diff --git a/content/browser/webui/url_data_manager_backend_unittest.cc b/content/browser/webui/url_data_manager_backend_unittest.cc
index 1030533da1245791412e654f1e69341c56cdd9a8..9a511f1e25d98ccf08655c099363c570ee5ab068 100644
--- a/content/browser/webui/url_data_manager_backend_unittest.cc
+++ b/content/browser/webui/url_data_manager_backend_unittest.cc
@@ -43,9 +43,8 @@ class UrlDataManagerBackendTest : public testing::Test {
UrlDataManagerBackendTest() {
// URLRequestJobFactory takes ownership of the passed in ProtocolHandler.
url_request_job_factory_.SetProtocolHandler(
- "chrome",
- URLDataManagerBackend::CreateProtocolHandler(
- &resource_context_, false, nullptr, nullptr));
+ "chrome", URLDataManagerBackend::CreateProtocolHandler(
+ &resource_context_, false, nullptr, nullptr));
url_request_context_.set_job_factory(&url_request_job_factory_);
}
« no previous file with comments | « content/browser/webui/url_data_manager_backend.cc ('k') | content/public/browser/android/content_protocol_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698