| Index: chrome/browser/ui/search/instant_controller.cc
|
| diff --git a/chrome/browser/ui/search/instant_controller.cc b/chrome/browser/ui/search/instant_controller.cc
|
| index eea7de3a4c14cf9c99914cb7e0cac89640685d74..9a3e08469f457ddc1e92a5c1249b98586eeb602a 100644
|
| --- a/chrome/browser/ui/search/instant_controller.cc
|
| +++ b/chrome/browser/ui/search/instant_controller.cc
|
| @@ -540,7 +540,7 @@ bool InstantController::WillFetchCompletions() const {
|
| scoped_ptr<content::WebContents> InstantController::ReleaseNTPContents() {
|
| if (!extended_enabled() || !browser_->profile() ||
|
| browser_->profile()->IsOffTheRecord())
|
| - return scoped_ptr<content::WebContents>(NULL);
|
| + return scoped_ptr<content::WebContents>();
|
|
|
| LOG_INSTANT_DEBUG_EVENT(this, "ReleaseNTPContents");
|
|
|
|
|