Index: content/public/test/mock_render_thread.h |
=================================================================== |
--- content/public/test/mock_render_thread.h (revision 159076) |
+++ content/public/test/mock_render_thread.h (working copy) |
@@ -90,7 +90,7 @@ |
} |
bool has_widget() const { |
- return widget_ ? true : false; |
+ return (widget_ != NULL); |
} |
void set_new_window_routing_id(int32 id) { |