summaryrefslogtreecommitdiffstats
path: root/ash/shell/example_factory.h
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-24 05:42:46 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-24 05:42:46 +0000
commit55f59335f5983f427d3cad623034a6803a38c1ee (patch)
tree48deb522fa9431e2b939941f2741dd5f8145206d /ash/shell/example_factory.h
parent0d10f2cabb86eae1e0c71413b3c1b84ea77a75f2 (diff)
downloadchromium_src-55f59335f5983f427d3cad623034a6803a38c1ee.zip
chromium_src-55f59335f5983f427d3cad623034a6803a38c1ee.tar.gz
chromium_src-55f59335f5983f427d3cad623034a6803a38c1ee.tar.bz2
Rename the aura_shell namespace to ash
http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9033007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115748 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell/example_factory.h')
-rw-r--r--ash/shell/example_factory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ash/shell/example_factory.h b/ash/shell/example_factory.h
index eaea874..f6fdeac 100644
--- a/ash/shell/example_factory.h
+++ b/ash/shell/example_factory.h
@@ -8,7 +8,7 @@
#include "ash/shell_delegate.h"
-namespace aura_shell {
+namespace ash {
class AppListModel;
class AppListViewDelegate;
}
@@ -27,13 +27,13 @@ void CreateLockScreen();
// Creates a window showing samples of commonly used widgets.
void CreateWidgetsWindow();
-void BuildAppListModel(aura_shell::AppListModel* model);
+void BuildAppListModel(ash::AppListModel* model);
-aura_shell::AppListViewDelegate* CreateAppListViewDelegate();
+ash::AppListViewDelegate* CreateAppListViewDelegate();
void CreateAppList(
const gfx::Rect& bounds,
- const aura_shell::ShellDelegate::SetWidgetCallback& callback);
+ const ash::ShellDelegate::SetWidgetCallback& callback);
} // namespace shell
} // namespace ash