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

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.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: chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.cc
===================================================================
--- chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.cc (revision 115744)
+++ chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.cc (working copy)
@@ -246,8 +246,8 @@
// Associate our WindowFrame interface with our owning window/widget so
// we get callbacks from aura_shell.
frame->AsWidget()->SetNativeWindowProperty(
- aura_shell::kWindowFrameKey,
- static_cast<aura_shell::WindowFrame*>(this));
+ ash::kWindowFrameKey,
+ static_cast<ash::WindowFrame*>(this));
}
BrowserNonClientFrameViewAura::~BrowserNonClientFrameViewAura() {
@@ -569,7 +569,7 @@
}
///////////////////////////////////////////////////////////////////////////////
-// aura_shell::WindowFrame overrides:
+// ash::WindowFrame overrides:
void BrowserNonClientFrameViewAura::OnWindowHoverChanged(bool hovered) {
if (hovered) {

Powered by Google App Engine
This is Rietveld 408576698