Index: ui/aura/test/aura_test_base.h |
diff --git a/ui/aura/test/aura_test_base.h b/ui/aura/test/aura_test_base.h |
index 791b955fc03f6cee5e59733327d1eb8dc568052a..3441deb8a0d8e75178af5bedb7b3eee8956c968f 100644 |
--- a/ui/aura/test/aura_test_base.h |
+++ b/ui/aura/test/aura_test_base.h |
@@ -35,12 +35,11 @@ class AuraTestBase : public testing::Test { |
// Creates a transient window that is transient to |parent|. |
aura::Window* CreateTransientChild(int id, aura::Window* parent); |
- // Attach |window| to the current shell's root window. |
- void SetDefaultParentByPrimaryRootWindow(aura::Window* window); |
- |
protected: |
void RunAllPendingInMessageLoop(); |
+ void ParentWindow(Window* window); |
+ |
RootWindow* root_window() { return helper_->root_window(); } |
private: |