| Index: chrome/browser/ui/views/extensions/shell_window_views.cc
|
| diff --git a/chrome/browser/ui/views/extensions/shell_window_views.cc b/chrome/browser/ui/views/extensions/shell_window_views.cc
|
| index 8ff024b3431cddcc4c7f6d6ac69a9a9a05fbce38..522c7c60ce6ebff6eb8de03903efac48e063e07a 100644
|
| --- a/chrome/browser/ui/views/extensions/shell_window_views.cc
|
| +++ b/chrome/browser/ui/views/extensions/shell_window_views.cc
|
| @@ -99,7 +99,7 @@ void ShellWindowFrameView::GetWindowMask(const gfx::Size& size,
|
| }
|
|
|
| ShellWindowViews::ShellWindowViews(Profile* profile,
|
| - const Extension* extension,
|
| + const extensions::Extension* extension,
|
| const GURL& url)
|
| : ShellWindow(profile, extension, url),
|
| initialized_(false),
|
| @@ -348,7 +348,7 @@ void ShellWindowViews::OnBoundsChanged(const gfx::Rect& previous_bounds) {
|
|
|
| // static
|
| ShellWindow* ShellWindow::CreateImpl(Profile* profile,
|
| - const Extension* extension,
|
| + const extensions::Extension* extension,
|
| const GURL& url) {
|
| return new ShellWindowViews(profile, extension, url);
|
| }
|
|
|