| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index 02814dd8cec6d8b915ae3ff45829953201c6450d..861a6a573e86e1cc43f99c334e72bf9cf47458f2 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -98,7 +98,7 @@ class TabContents : public PageNavigator,
|
| PropertyBag* property_bag() { return &property_bag_; }
|
|
|
| TabContentsDelegate* delegate() const { return delegate_; }
|
| - void set_delegate(TabContentsDelegate* d) { delegate_ = d; }
|
| + void set_delegate(TabContentsDelegate* delegate);
|
|
|
| // Gets the controller for this tab contents.
|
| NavigationController& controller() { return controller_; }
|
|
|