Index: chrome/browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc |
=================================================================== |
--- chrome/browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc (revision 115435) |
+++ chrome/browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc (working copy) |
@@ -27,7 +27,7 @@ |
} |
bool TabContentsWrapperSyncedTabDelegate::IsBeingDestroyed() const { |
- return tab_contents_wrapper_->tab_contents()->is_being_destroyed(); |
+ return tab_contents_wrapper_->tab_contents()->IsBeingDestroyed(); |
} |
Profile* TabContentsWrapperSyncedTabDelegate::profile() const { |