Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Unified Diff: ash/wm/common/dock/docked_window_layout_manager.cc

Issue 2026973002: Moves ash/wm/common/resources back to ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete revived file Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/common/ash_wm_common_resources.gyp ('k') | ash/wm/common/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/dock/docked_window_layout_manager.cc
diff --git a/ash/wm/common/dock/docked_window_layout_manager.cc b/ash/wm/common/dock/docked_window_layout_manager.cc
index 84a87160b69917fb655ea6a0d4950d59a8a79be5..9a9434492baa15438cfb2c6c040ff87b2d66e828 100644
--- a/ash/wm/common/dock/docked_window_layout_manager.cc
+++ b/ash/wm/common/dock/docked_window_layout_manager.cc
@@ -18,7 +18,7 @@
#include "ash/wm/common/wm_window.h"
#include "base/auto_reset.h"
#include "base/metrics/histogram.h"
-#include "grit/ash_wm_common_resources.h"
+#include "grit/ash_resources.h"
#include "third_party/skia/include/core/SkColor.h"
#include "third_party/skia/include/core/SkPaint.h"
#include "ui/base/resource/resource_bundle.h"
@@ -143,7 +143,7 @@ class DockedBackgroundWidget : public views::Widget,
ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
gfx::ImageSkia shelf_background =
- *rb.GetImageSkiaNamed(IDR_ASH_WM_COMMON_SHELF_BACKGROUND);
+ *rb.GetImageSkiaNamed(IDR_ASH_SHELF_BACKGROUND);
shelf_background_left_ = gfx::ImageSkiaOperations::CreateRotatedImage(
shelf_background, SkBitmapOperations::ROTATION_90_CW);
shelf_background_right_ = gfx::ImageSkiaOperations::CreateRotatedImage(
« no previous file with comments | « ash/wm/common/ash_wm_common_resources.gyp ('k') | ash/wm/common/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698