| Index: ash/shell_factory.h
|
| diff --git a/ash/shell_factory.h b/ash/shell_factory.h
|
| index 1e579530f3cfd649c03abeb5557358a48f8053ad..03b8170b7ea24f0571c959e151662c750a4ed9f3 100644
|
| --- a/ash/shell_factory.h
|
| +++ b/ash/shell_factory.h
|
| @@ -21,8 +21,7 @@ class Widget;
|
| namespace ash {
|
|
|
| namespace internal {
|
| -views::Widget* CreateDesktopBackground(const SkBitmap& wallpaper,
|
| - ImageLayout layout);
|
| +void CreateDesktopBackground(const SkBitmap& wallpaper, ImageLayout layout);
|
| ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);
|
| } // namespace internal
|
|
|
|
|