| Index: content/browser/renderer_host/test_render_view_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/test_render_view_host.h (revision 124527)
|
| +++ content/browser/renderer_host/test_render_view_host.h (working copy)
|
| @@ -19,6 +19,7 @@
|
|
|
| #if defined(USE_AURA)
|
| namespace aura {
|
| +class RootWindow;
|
| namespace test {
|
| class TestStackingClient;
|
| }
|
| @@ -374,6 +375,7 @@
|
| private:
|
| scoped_ptr<TestTabContents> contents_;
|
| #if defined(USE_AURA)
|
| + scoped_ptr<aura::RootWindow> root_window_;
|
| scoped_ptr<aura::test::TestStackingClient> test_stacking_client_;
|
| #endif
|
|
|
|
|