Index: content/browser/plugin_browsertest.cc |
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc |
index f6a1f77bd110a5a517efbff74c26899d8e98a173..4c4d4a781e50409fdaf59dd292112051c4b118a9 100644 |
--- a/content/browser/plugin_browsertest.cc |
+++ b/content/browser/plugin_browsertest.cc |
@@ -534,7 +534,7 @@ class TestResourceDispatcherHostDelegate |
void GotCookie(bool found_cookie) { |
found_cookie_ = found_cookie; |
- if (runner_) |
+ if (runner_.get()) |
runner_->QuitClosure().Run(); |
} |