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

Unified Diff: chrome/browser/ui/views/aura/chrome_shell_delegate.h

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/chrome_shell_delegate.h
===================================================================
--- chrome/browser/ui/views/aura/chrome_shell_delegate.h (revision 115744)
+++ chrome/browser/ui/views/aura/chrome_shell_delegate.h (working copy)
@@ -20,7 +20,7 @@
class View;
}
-class ChromeShellDelegate : public aura_shell::ShellDelegate {
+class ChromeShellDelegate : public ash::ShellDelegate {
public:
ChromeShellDelegate();
virtual ~ChromeShellDelegate();
@@ -33,19 +33,19 @@
// should be created |type| is set to the launcher type to create.
static bool ShouldCreateLauncherItemForBrowser(
Browser* browser,
- aura_shell::LauncherItemType* type);
+ ash::LauncherItemType* type);
- // aura_shell::ShellDelegate overrides;
+ // ash::ShellDelegate overrides;
virtual void CreateNewWindow() OVERRIDE;
virtual views::Widget* CreateStatusArea() OVERRIDE;
virtual void RequestAppListWidget(
const gfx::Rect& bounds,
const SetWidgetCallback& callback) OVERRIDE;
- virtual void BuildAppListModel(aura_shell::AppListModel* model) OVERRIDE;
- virtual aura_shell::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE;
+ virtual void BuildAppListModel(ash::AppListModel* model) OVERRIDE;
+ virtual ash::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE;
virtual void LauncherItemClicked(
- const aura_shell::LauncherItem& item) OVERRIDE;
- virtual bool ConfigureLauncherItem(aura_shell::LauncherItem* item) OVERRIDE;
+ const ash::LauncherItem& item) OVERRIDE;
+ virtual bool ConfigureLauncherItem(ash::LauncherItem* item) OVERRIDE;
private:
static ChromeShellDelegate* instance_;

Powered by Google App Engine
This is Rietveld 408576698