| Index: chrome/browser/ui/extensions/shell_window.cc
|
| diff --git a/chrome/browser/ui/extensions/shell_window.cc b/chrome/browser/ui/extensions/shell_window.cc
|
| index f6650cff11e94fa2eea2dd96039ddedde383d00a..45e04b6be3ff96f3f46a6066f9537d6a654a88ee 100644
|
| --- a/chrome/browser/ui/extensions/shell_window.cc
|
| +++ b/chrome/browser/ui/extensions/shell_window.cc
|
| @@ -343,7 +343,8 @@ void ShellWindow::Observe(int type,
|
| }
|
| }
|
|
|
| -ExtensionWindowController* ShellWindow::GetExtensionWindowController() const {
|
| +extensions::WindowController*
|
| +ShellWindow::GetExtensionWindowController() const {
|
| return NULL;
|
| }
|
|
|
|
|