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

Unified Diff: ash/wm/root_window_event_filter_unittest.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/wm/root_window_event_filter_unittest.cc
===================================================================
--- ash/wm/root_window_event_filter_unittest.cc (revision 115744)
+++ ash/wm/root_window_event_filter_unittest.cc (working copy)
@@ -20,7 +20,7 @@
#include "ui/base/hit_test.h"
#include "ui/gfx/screen.h"
-namespace aura_shell {
+namespace ash {
namespace test {
class RootWindowEventFilterTest : public aura::test::AuraTestBase {
@@ -146,7 +146,7 @@
d2.Clear();
// Activate window1.
- aura_shell::ActivateWindow(w1.get());
+ ash::ActivateWindow(w1.get());
EXPECT_TRUE(IsActiveWindow(w1.get()));
EXPECT_EQ(w1.get(), focus_manager->GetFocusedWindow());
EXPECT_EQ(1, d1.activated_count());
@@ -221,7 +221,7 @@
d2.Clear();
// Activate window1.
- aura_shell::ActivateWindow(w1.get());
+ ash::ActivateWindow(w1.get());
EXPECT_TRUE(IsActiveWindow(w1.get()));
EXPECT_EQ(w1.get(), focus_manager->GetFocusedWindow());
EXPECT_EQ(1, d1.activated_count());
@@ -383,7 +383,7 @@
// Creates a window and make it active
scoped_ptr<aura::Window> w1(aura::test::CreateTestWindow(
SK_ColorWHITE, -1, gfx::Rect(0, 0, 100, 100), NULL));
- aura_shell::ActivateWindow(w1.get());
+ ash::ActivateWindow(w1.get());
// Creates two addition filters
scoped_ptr<aura::test::TestEventFilter> f1(
@@ -448,4 +448,4 @@
}
} // namespace test
-} // namespace aura_shell
+} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698