| Index: chrome/browser/extensions/tab_helper.cc
|
| diff --git a/chrome/browser/extensions/tab_helper.cc b/chrome/browser/extensions/tab_helper.cc
|
| index fc27c387825460f2f2e5b6ddb075cb609db38eb5..b331fa0902225a2e54a42403682c31e41f30b0f7 100644
|
| --- a/chrome/browser/extensions/tab_helper.cc
|
| +++ b/chrome/browser/extensions/tab_helper.cc
|
| @@ -398,7 +398,7 @@ void TabHelper::OnImageLoaded(const gfx::Image& image,
|
| }
|
| }
|
|
|
| -ExtensionWindowController* TabHelper::GetExtensionWindowController() const {
|
| +WindowController* TabHelper::GetExtensionWindowController() const {
|
| content::WebContents* contents = web_contents();
|
| TabContentsIterator tab_iterator;
|
| for (; !tab_iterator.done(); ++tab_iterator) {
|
|
|