diff options
Diffstat (limited to 'ash/test/test_shell_delegate.cc')
-rw-r--r-- | ash/test/test_shell_delegate.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc index eb289f4..3da311a 100644 --- a/ash/test/test_shell_delegate.cc +++ b/ash/test/test_shell_delegate.cc @@ -4,7 +4,7 @@ #include "ash/test/test_shell_delegate.h" -namespace aura_shell { +namespace ash { namespace test { TestShellDelegate::TestShellDelegate() { @@ -40,4 +40,4 @@ bool TestShellDelegate::ConfigureLauncherItem(LauncherItem* item) { } } // namespace test -} // namespace aura_shell +} // namespace ash |