Chromium Code Reviews| Index: components/arc/instance_holder.h |
| diff --git a/components/arc/instance_holder.h b/components/arc/instance_holder.h |
| index 6aabeee857198c6b4bc31c66c59d7171c0229322..bb5b3644d273a98d8fee65f49beec44763cc482c 100644 |
| --- a/components/arc/instance_holder.h |
| +++ b/components/arc/instance_holder.h |
| @@ -62,7 +62,7 @@ class InstanceHolder { |
| // Called when the channel is closed. |
| void CloseChannel() { |
| - if (!ptr_) |
| + if (!raw_ptr_) |
| return; |
| ptr_.reset(); |