| Index: content/browser/web_contents/navigation_controller_impl_unittest.cc
|
| diff --git a/content/browser/web_contents/navigation_controller_impl_unittest.cc b/content/browser/web_contents/navigation_controller_impl_unittest.cc
|
| index 03f56a64e6e814051891b1a340d722c287a55022..9151aa0c2d6ee9e5f697f29472c421e000824ff2 100644
|
| --- a/content/browser/web_contents/navigation_controller_impl_unittest.cc
|
| +++ b/content/browser/web_contents/navigation_controller_impl_unittest.cc
|
| @@ -112,7 +112,7 @@ class MockScreenshotManager : public content::WebContentsScreenshotManager {
|
| virtual void OnScreenshotSet(content::NavigationEntryImpl* entry) OVERRIDE {
|
| encoding_screenshot_in_progress_ = false;
|
| WebContentsScreenshotManager::OnScreenshotSet(entry);
|
| - if (message_loop_runner_)
|
| + if (message_loop_runner_.get())
|
| message_loop_runner_->Quit();
|
| }
|
|
|
|
|