| Index: ash/test/ash_test_base.h
|
| diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
|
| index 281073e8b30ebb6b098ada7c4bba0e6f6f569494..dc2bfe4519815872ae2ebd14b619830b2e9d6199 100644
|
| --- a/ash/test/ash_test_base.h
|
| +++ b/ash/test/ash_test_base.h
|
| @@ -87,7 +87,7 @@ class AshTestBase : public testing::Test {
|
| const gfx::Rect& bounds);
|
|
|
| // Attach |window| to the current shell's root window.
|
| - void SetDefaultParentByPrimaryRootWindow(aura::Window* window);
|
| + void ParentWindowInPrimaryRootWindow(aura::Window* window);
|
|
|
| // Returns the EventGenerator that uses screen coordinates and works
|
| // across multiple displays. It createse a new generator if it
|
|
|