Index: ash/shelf/shelf_widget.cc |
diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc |
index fa78f696d4483dc6a7701e87b3fe970abcf74430..a454bd3d10d19c95f4ac3baebd4b89d3927d2e3f 100644 |
--- a/ash/shelf/shelf_widget.cc |
+++ b/ash/shelf/shelf_widget.cc |
@@ -26,7 +26,6 @@ |
#include "ash/wm/window_properties.h" |
#include "ash/wm/workspace_controller.h" |
#include "grit/ash_resources.h" |
-#include "grit/ash_wm_common_resources.h" |
#include "ui/aura/window.h" |
#include "ui/aura/window_event_dispatcher.h" |
#include "ui/aura/window_observer.h" |
@@ -453,7 +452,7 @@ void ShelfWidget::DelegateView::SetParentLayer(ui::Layer* layer) { |
void ShelfWidget::DelegateView::OnPaintBackground(gfx::Canvas* canvas) { |
ui::ResourceBundle* rb = &ui::ResourceBundle::GetSharedInstance(); |
gfx::ImageSkia shelf_background = |
- *rb->GetImageSkiaNamed(IDR_ASH_WM_COMMON_SHELF_BACKGROUND); |
+ *rb->GetImageSkiaNamed(IDR_ASH_SHELF_BACKGROUND); |
const bool horizontal = wm::IsHorizontalAlignment(shelf_->GetAlignment()); |
if (!horizontal) { |
shelf_background = gfx::ImageSkiaOperations::CreateRotatedImage( |