diff options
author | benrg@chromium.org <benrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 05:31:09 +0000 |
---|---|---|
committer | benrg@chromium.org <benrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 05:31:09 +0000 |
commit | db83b39e75880dabdf1062c1fe8c877929da205a (patch) | |
tree | 8c7d504591d2dd5cc892833c88c5ee36f6a39b2c /ash/desktop_background | |
parent | 273b92888ed2f84ae4f274df1a3a7021ae6970eb (diff) | |
download | chromium_src-db83b39e75880dabdf1062c1fe8c877929da205a.zip chromium_src-db83b39e75880dabdf1062c1fe8c877929da205a.tar.gz chromium_src-db83b39e75880dabdf1062c1fe8c877929da205a.tar.bz2 |
Move Ash wallpapers into a separate grd/pak file to avoid duplication
BUG=141467
TEST=Local Linux build, try changing wallpaper
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10855059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150745 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/desktop_background')
-rw-r--r-- | ash/desktop_background/desktop_background_resources.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/desktop_background/desktop_background_resources.cc b/ash/desktop_background/desktop_background_resources.cc index 110322d..aceb6c7 100644 --- a/ash/desktop_background/desktop_background_resources.cc +++ b/ash/desktop_background/desktop_background_resources.cc @@ -6,7 +6,7 @@ #include "base/logging.h" #include "base/rand_util.h" -#include "grit/ui_resources.h" +#include "grit/ui_resources_wallpapers.h" #include "ui/base/resource/resource_bundle.h" #include "ui/gfx/image/image.h" |