| Index: ash/shell_factory.h
|
| diff --git a/ash/shell_factory.h b/ash/shell_factory.h
|
| index 401a54fc7b78bcdab87259272a15ea7cef949f76..041c4c1baec34f996681efaa79d0de13b8a1aa37 100644
|
| --- a/ash/shell_factory.h
|
| +++ b/ash/shell_factory.h
|
| @@ -25,7 +25,7 @@ class Widget;
|
| namespace ash {
|
|
|
| namespace internal {
|
| -views::Widget* CreateDesktopBackground(aura::RootWindow* root_window,
|
| +views::Widget* CreateDesktopBackground(aura::Window* root_window,
|
| int container_id);
|
|
|
| ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);
|
|
|