| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 3fb9a382522257f2a3bf801be52f9fbf8722e345..a5f6320ce05f237c98fa55dac55c2f6460b1e40e 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -100,7 +100,7 @@ class LocationBarView : public LocationBar,
|
| class Delegate {
|
| public:
|
| // Should return the current tab contents.
|
| - virtual TabContents* GetTabContents() const = 0;
|
| + virtual content::WebContents* GetWebContents() const = 0;
|
|
|
| // Returns the InstantController, or NULL if there isn't one.
|
| virtual InstantController* GetInstant() = 0;
|
|
|