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

Unified Diff: chrome/browser/ui/apps/chrome_shell_window_delegate.cc

Issue 97983003: Start the move of launcher_types.h to shelf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: the rename Created 7 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/apps/chrome_shell_window_delegate.cc
diff --git a/chrome/browser/ui/apps/chrome_shell_window_delegate.cc b/chrome/browser/ui/apps/chrome_shell_window_delegate.cc
index f30e5018313dfb62871040ab14a6d24391c3dd71..957be818492419878fc69d8a9f5c78a3fe5f1fac 100644
--- a/chrome/browser/ui/apps/chrome_shell_window_delegate.cc
+++ b/chrome/browser/ui/apps/chrome_shell_window_delegate.cc
@@ -20,7 +20,7 @@
#include "content/public/browser/web_contents_view.h"
#if defined(USE_ASH)
-#include "ash/launcher/launcher_types.h"
+#include "ash/shelf/shelf_constants.h"
#endif
#if defined(ENABLE_PRINTING)
@@ -145,7 +145,7 @@ void ChromeShellWindowDelegate::RequestMediaAccessPermission(
int ChromeShellWindowDelegate::PreferredIconSize() {
#if defined(USE_ASH)
- return ash::kLauncherPreferredSize;
+ return ash::kShelfPreferredSize;
#else
return extension_misc::EXTENSION_ICON_SMALL;
#endif
« no previous file with comments | « ash/wm/dock/docked_window_layout_manager.cc ('k') | chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698