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

Unified Diff: ash/wm/status_area_layout_manager.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/status_area_layout_manager.cc
===================================================================
--- ash/wm/status_area_layout_manager.cc (revision 115744)
+++ ash/wm/status_area_layout_manager.cc (working copy)
@@ -7,7 +7,7 @@
#include "ash/wm/shelf_layout_manager.h"
#include "base/auto_reset.h"
-namespace aura_shell {
+namespace ash {
namespace internal {
////////////////////////////////////////////////////////////////////////////////
@@ -58,5 +58,5 @@
shelf_->LayoutShelf();
}
-} // internal
-} // aura_shell
+} // namespace internal
+} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698