Index: content/test/layout_browsertest.cc |
diff --git a/content/test/layout_browsertest.cc b/content/test/layout_browsertest.cc |
index 431e890a06c6b6ad1d8c0b2397f851ad1bf66205..3425ac654e8957a290f8fc018c1a4d8e48868d55 100644 |
--- a/content/test/layout_browsertest.cc |
+++ b/content/test/layout_browsertest.cc |
@@ -73,7 +73,7 @@ InProcessBrowserLayoutTest::InProcessBrowserLayoutTest( |
} |
InProcessBrowserLayoutTest::~InProcessBrowserLayoutTest() { |
- if (test_http_server_.get()) |
+ if (test_http_server_) |
CHECK(test_http_server_->Stop()); |
} |