| Index: chrome/browser/extensions/browser_extension_window_controller.h
|
| diff --git a/chrome/browser/extensions/browser_extension_window_controller.h b/chrome/browser/extensions/browser_extension_window_controller.h
|
| index 521f4e3694274b8a0e12a3aaa8a35598b829201e..61b7c800318be9f177c32a6f5b75b140bba78fb7 100644
|
| --- a/chrome/browser/extensions/browser_extension_window_controller.h
|
| +++ b/chrome/browser/extensions/browser_extension_window_controller.h
|
| @@ -5,15 +5,15 @@
|
| #ifndef CHROME_BROWSER_EXTENSIONS_BROWSER_EXTENSION_WINDOW_CONTROLLER_H_
|
| #define CHROME_BROWSER_EXTENSIONS_BROWSER_EXTENSION_WINDOW_CONTROLLER_H_
|
|
|
| -#include "chrome/browser/extensions/extension_window_controller.h"
|
| +#include "chrome/browser/extensions/window_controller.h"
|
|
|
| class Browser;
|
|
|
| -class BrowserExtensionWindowController : public ExtensionWindowController {
|
| +class BrowserExtensionWindowController : public extensions::WindowController {
|
| public:
|
| explicit BrowserExtensionWindowController(Browser* browser);
|
|
|
| - // ExtensionWindowController implementation.
|
| + // extensions::WindowController implementation.
|
| virtual int GetWindowId() const OVERRIDE;
|
| virtual std::string GetWindowTypeText() const OVERRIDE;
|
| virtual base::DictionaryValue* CreateWindowValue() const OVERRIDE;
|
|
|