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

Unified Diff: ash/shell/lock_view.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/shell/lock_view.cc
===================================================================
--- ash/shell/lock_view.cc (revision 115744)
+++ ash/shell/lock_view.cc (working copy)
@@ -13,7 +13,7 @@
#include "ui/views/widget/widget.h"
#include "ui/views/widget/widget_delegate.h"
-using aura_shell::Shell;
+using ash::Shell;
namespace ash {
namespace shell {
@@ -63,7 +63,7 @@
params.delegate = lock_view;
widget->Init(params);
Shell::GetInstance()->GetContainer(
- aura_shell::internal::kShellWindowId_LockScreenContainer)->
+ ash::internal::kShellWindowId_LockScreenContainer)->
AddChild(widget->GetNativeView());
widget->SetContentsView(lock_view);
widget->Show();

Powered by Google App Engine
This is Rietveld 408576698