Index: ash/test/test_shell_delegate.cc |
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc |
index 16caee53757786dc95a7bf207215b703b4092ea4..18b8dc1fc8194222eaa55f4f93a7b754636d9f7d 100644 |
--- a/ash/test/test_shell_delegate.cc |
+++ b/ash/test/test_shell_delegate.cc |
@@ -65,5 +65,9 @@ SystemTrayDelegate* TestShellDelegate::CreateSystemTrayDelegate( |
return NULL; |
} |
+UserWallpaperDelegate* TestShellDelegate::CreateUserWallpaperDelegate() { |
+ return NULL; |
+} |
+ |
} // namespace test |
} // namespace ash |