summaryrefslogtreecommitdiffstats
path: root/chrome/browser/platform_util_aura.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/platform_util_aura.cc')
-rw-r--r--chrome/browser/platform_util_aura.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/platform_util_aura.cc b/chrome/browser/platform_util_aura.cc
index d2cb2bf..0bafa3a 100644
--- a/chrome/browser/platform_util_aura.cc
+++ b/chrome/browser/platform_util_aura.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -19,11 +19,11 @@ gfx::NativeView GetParent(gfx::NativeView view) {
}
bool IsWindowActive(gfx::NativeWindow window) {
- return ash::IsActiveWindow(window);
+ return ash::wm::IsActiveWindow(window);
}
void ActivateWindow(gfx::NativeWindow window) {
- ash::ActivateWindow(window);
+ ash::wm::ActivateWindow(window);
}
bool IsVisible(gfx::NativeView view) {