Index: chrome/browser/ui/ash/solid_color_user_wallpaper_delegate.cc |
diff --git a/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc b/chrome/browser/ui/ash/solid_color_user_wallpaper_delegate.cc |
similarity index 93% |
rename from chrome/browser/ui/ash/user_wallpaper_delegate_win.cc |
rename to chrome/browser/ui/ash/solid_color_user_wallpaper_delegate.cc |
index 2f513342dc7a13d4368d69d24337f8882ce7baef..55a9ae3fb1bde5f343078ddd21f0e4db61b07dd9 100644 |
--- a/chrome/browser/ui/ash/user_wallpaper_delegate_win.cc |
+++ b/chrome/browser/ui/ash/solid_color_user_wallpaper_delegate.cc |
@@ -2,9 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/desktop_background/user_wallpaper_delegate.h" |
+#include "chrome/browser/ui/ash/solid_color_user_wallpaper_delegate.h" |
#include "ash/desktop_background/desktop_background_controller.h" |
+#include "ash/desktop_background/user_wallpaper_delegate.h" |
#include "ash/shell.h" |
#include "ash/wm/window_animations.h" |
#include "base/basictypes.h" |
@@ -67,6 +68,6 @@ class UserWallpaperDelegate : public ash::UserWallpaperDelegate { |
} // namespace |
-ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() { |
+ash::UserWallpaperDelegate* CreateSolidColorUserWallpaperDelegate() { |
return new UserWallpaperDelegate(); |
} |