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