From 0477e8e68f2e3e28ca6c19a6edfb3e746b6df82d Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Mon, 27 Feb 2012 12:05:29 +0000 Subject: ash: Start moving window_util.h functions into wm namespace. BUG=115846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9455085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123730 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/ime/input_method_event_filter_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ash/ime') diff --git a/ash/ime/input_method_event_filter_unittest.cc b/ash/ime/input_method_event_filter_unittest.cc index 9b3f766..e72805b 100644 --- a/ash/ime/input_method_event_filter_unittest.cc +++ b/ash/ime/input_method_event_filter_unittest.cc @@ -68,7 +68,7 @@ TEST_F(InputMethodEventFilterTest, TestInputMethodKeyEventPropagation) { -1, gfx::Rect(), default_container)); - ActivateWindow(window.get()); + wm::ActivateWindow(window.get()); // Send a fake key event to the root window. InputMethodEventFilter, which is // automatically set up by AshTestBase, consumes it and sends a new -- cgit v1.1