Index: ash/test/test_shell_delegate.cc |
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc |
index 85851eb19b2745476f28ccd05c3a3da54897577e..74238222c0c92c48b7a613ba8384244c3a778db2 100644 |
--- a/ash/test/test_shell_delegate.cc |
+++ b/ash/test/test_shell_delegate.cc |
@@ -15,6 +15,7 @@ |
#include "ash/test/test_launcher_delegate.h" |
#include "ash/test/test_session_state_delegate.h" |
#include "ash/test/test_system_tray_delegate.h" |
+#include "ash/test/test_user_wallpaper_delegate.h" |
#include "ash/wm/window_state.h" |
#include "ash/wm/window_util.h" |
#include "base/logging.h" |
@@ -163,7 +164,7 @@ SystemTrayDelegate* TestShellDelegate::CreateSystemTrayDelegate() { |
} |
UserWallpaperDelegate* TestShellDelegate::CreateUserWallpaperDelegate() { |
- return NULL; |
+ return new TestUserWallpaperDelegate(); |
} |
CapsLockDelegate* TestShellDelegate::CreateCapsLockDelegate() { |