| Index: athena/test/base/athena_test_base.h
|
| diff --git a/athena/test/base/athena_test_base.h b/athena/test/base/athena_test_base.h
|
| index 1ca1cd85a3a04b8c2dfab0d21074a1ef074ccea8..f1abab01e8c8f74e5817162dbf67ecf93e8b8150 100644
|
| --- a/athena/test/base/athena_test_base.h
|
| +++ b/athena/test/base/athena_test_base.h
|
| @@ -31,9 +31,6 @@ class AthenaTestBase : public testing::Test {
|
| protected:
|
| void RunAllPendingInMessageLoop();
|
|
|
| - scoped_ptr<aura::Window> CreateTestWindow(aura::WindowDelegate* delegate,
|
| - const gfx::Rect& bounds);
|
| -
|
| aura::Window* root_window() { return helper_->GetRootWindow(); }
|
| aura::WindowTreeHost* host() { return helper_->GetHost(); }
|
|
|
|
|