| Index: ui/views/examples/content_client/examples_browser_main_parts.h
|
| diff --git a/ui/views/examples/content_client/examples_browser_main_parts.h b/ui/views/examples/content_client/examples_browser_main_parts.h
|
| index bdbcbc958a9b430df9c9627e1b4abf55f764abae..ea4e95919f4093583e7e1d72089d603cd93596d1 100644
|
| --- a/ui/views/examples/content_client/examples_browser_main_parts.h
|
| +++ b/ui/views/examples/content_client/examples_browser_main_parts.h
|
| @@ -10,6 +10,12 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/public/browser/browser_main_parts.h"
|
|
|
| +namespace aura {
|
| +namespace client {
|
| +class StackingClient;
|
| +}
|
| +}
|
| +
|
| namespace base {
|
| class Thread;
|
| }
|
| @@ -63,7 +69,7 @@ class ExamplesBrowserMainParts : public content::BrowserMainParts {
|
| content::ShellDevToolsDelegate* devtools_delegate_;
|
| scoped_ptr<views::ViewsDelegate> views_delegate_;
|
| #if defined(USE_AURA)
|
| - scoped_ptr<aura::client::StackingClient> root_window_stacking_client_;
|
| + scoped_ptr<aura::client::StackingClient> stacking_client_;
|
| #endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ExamplesBrowserMainParts);
|
|
|