Index: content/shell/shell_url_request_context_getter.cc |
diff --git a/content/shell/shell_url_request_context_getter.cc b/content/shell/shell_url_request_context_getter.cc |
index 8235052b87b40cb7bfbd9b890e5144f119456408..e3f6bd55eaada07a2e59344e1ec11863989344fd 100644 |
--- a/content/shell/shell_url_request_context_getter.cc |
+++ b/content/shell/shell_url_request_context_getter.cc |
@@ -84,7 +84,7 @@ ShellURLRequestContextGetter::~ShellURLRequestContextGetter() { |
net::URLRequestContext* ShellURLRequestContextGetter::GetURLRequestContext() { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
- if (!url_request_context_.get()) { |
+ if (!url_request_context_) { |
const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
url_request_context_.reset(new net::URLRequestContext()); |