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

Unified Diff: chrome/browser/ui/views/aura/app_list_window.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/app_list_window.h
===================================================================
--- chrome/browser/ui/views/aura/app_list_window.h (revision 115744)
+++ chrome/browser/ui/views/aura/app_list_window.h (working copy)
@@ -26,7 +26,7 @@
public:
AppListWindow(
const gfx::Rect& bounds,
- const aura_shell::ShellDelegate::SetWidgetCallback& callback);
+ const ash::ShellDelegate::SetWidgetCallback& callback);
private:
virtual ~AppListWindow();
@@ -66,7 +66,7 @@
scoped_ptr<TabFirstRenderWatcher> tab_watcher_;
// Callback to set app list widget when it's ready.
- aura_shell::ShellDelegate::SetWidgetCallback callback_;
+ ash::ShellDelegate::SetWidgetCallback callback_;
// True if webui is rendered.
bool content_rendered_;

Powered by Google App Engine
This is Rietveld 408576698