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

Unified Diff: chrome/browser/ui/views/aura/app_list/extension_app_item.cc

Issue 9033007: Rename the aura_shell namespace to ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
Index: chrome/browser/ui/views/aura/app_list/extension_app_item.cc
===================================================================
--- chrome/browser/ui/views/aura/app_list/extension_app_item.cc (revision 115744)
+++ chrome/browser/ui/views/aura/app_list/extension_app_item.cc (working copy)
@@ -84,7 +84,7 @@
void ExtensionAppItem::LoadImage(const Extension* extension) {
ExtensionResource icon = extension->GetIconResource(
- aura_shell::AppListItemView::kIconSize,
+ ash::AppListItemView::kIconSize,
ExtensionIconSet::MATCH_BIGGER);
if (icon.relative_path().empty()) {
LoadDefaultImage();
@@ -122,8 +122,8 @@
tracker_.reset(new ImageLoadingTracker(this));
tracker_->LoadImage(extension,
icon,
- gfx::Size(aura_shell::AppListItemView::kIconSize,
- aura_shell::AppListItemView::kIconSize),
+ gfx::Size(ash::AppListItemView::kIconSize,
+ ash::AppListItemView::kIconSize),
ImageLoadingTracker::DONT_CACHE);
}

Powered by Google App Engine
This is Rietveld 408576698