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

Unified Diff: ash/wm/workspace/workspace_manager_unittest.cc

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: ash/wm/workspace/workspace_manager_unittest.cc
===================================================================
--- ash/wm/workspace/workspace_manager_unittest.cc (revision 115744)
+++ ash/wm/workspace/workspace_manager_unittest.cc (working copy)
@@ -16,11 +16,11 @@
#include "ui/base/ui_base_types.h"
namespace {
-using aura_shell::internal::Workspace;
-using aura_shell::internal::WorkspaceManager;
+using ash::internal::Workspace;
+using ash::internal::WorkspaceManager;
using aura::Window;
-class TestWorkspaceObserver : public aura_shell::internal::WorkspaceObserver {
+class TestWorkspaceObserver : public ash::internal::WorkspaceObserver {
public:
explicit TestWorkspaceObserver(WorkspaceManager* manager)
: manager_(manager),
@@ -73,7 +73,7 @@
} // namespace
-namespace aura_shell {
+namespace ash {
namespace internal {
class WorkspaceManagerTestBase : public aura::test::AuraTestBase {
@@ -564,4 +564,4 @@
}
} // namespace internal
-} // namespace aura_shell
+} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698