summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/download
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-22 16:28:46 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-22 16:28:46 +0000
commitd7a8ef643cd1a71bc7b84bbb7872af9b67c09a8e (patch)
treecd3e11e29e74205af4d438403fe26f67c515f808 /chrome/browser/ui/views/download
parent661b4e494abfc10d0d5fd0ea165170983dad97f5 (diff)
downloadchromium_src-d7a8ef643cd1a71bc7b84bbb7872af9b67c09a8e.zip
chromium_src-d7a8ef643cd1a71bc7b84bbb7872af9b67c09a8e.tar.gz
chromium_src-d7a8ef643cd1a71bc7b84bbb7872af9b67c09a8e.tar.bz2
grd file update for new 2x assets
The grd changes were made by http://pastie.org/4132407 (and then cleaned up manually). BUG=132910 TEST=Look at various icons (blocked plugins, "press tab to search", etc) TBR=sky Review URL: https://chromiumcodereview.appspot.com/10642014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143605 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/views/download')
-rw-r--r--chrome/browser/ui/views/download/download_item_view.cc1
-rw-r--r--chrome/browser/ui/views/download/download_started_animation_views.cc2
2 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/download/download_item_view.cc b/chrome/browser/ui/views/download/download_item_view.cc
index b4a88e0..bcb59be 100644
--- a/chrome/browser/ui/views/download/download_item_view.cc
+++ b/chrome/browser/ui/views/download/download_item_view.cc
@@ -26,6 +26,7 @@
#include "chrome/browser/ui/views/download/download_shelf_view.h"
#include "grit/generated_resources.h"
#include "grit/theme_resources.h"
+#include "grit/theme_resources_standard.h"
#include "ui/base/accessibility/accessible_view_state.h"
#include "ui/base/animation/slide_animation.h"
#include "ui/base/l10n/l10n_util.h"
diff --git a/chrome/browser/ui/views/download/download_started_animation_views.cc b/chrome/browser/ui/views/download/download_started_animation_views.cc
index 4b42527..4c9957b 100644
--- a/chrome/browser/ui/views/download/download_started_animation_views.cc
+++ b/chrome/browser/ui/views/download/download_started_animation_views.cc
@@ -10,7 +10,7 @@
#include "content/public/browser/notification_source.h"
#include "content/public/browser/notification_types.h"
#include "content/public/browser/web_contents.h"
-#include "grit/theme_resources.h"
+#include "grit/theme_resources_standard.h"
#include "ui/base/animation/linear_animation.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/rect.h"