Index: trunk/src/chrome/browser/ui/views/frame/browser_frame_ashwin.cc |
=================================================================== |
--- trunk/src/chrome/browser/ui/views/frame/browser_frame_ashwin.cc (revision 236090) |
+++ trunk/src/chrome/browser/ui/views/frame/browser_frame_ashwin.cc (working copy) |
@@ -25,7 +25,7 @@ |
// If the activated window is in Metro mode, and the viewer process window is |
// not in the foreground, activate Metro Chrome. |
- if (!aura::RemoteWindowTreeHostWin::Instance()->IsForegroundWindow()) { |
+ if (!aura::RemoteRootWindowHostWin::Instance()->IsForegroundWindow()) { |
// PostTask because ActivateMetroChrome can not be called nested in another |
// ::SendMessage(). |
base::MessageLoop::current()->PostTask( |