| Index: ash/root_window_controller.h
|
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
|
| index 49ce6b89f89ab2d10e90b6fb5f1c2c68a7e9bda2..8bac8bb910c5e55ca0216ecd1e7bd7441c916fb1 100644
|
| --- a/ash/root_window_controller.h
|
| +++ b/ash/root_window_controller.h
|
| @@ -64,7 +64,7 @@ class TouchHudDebug;
|
| class TouchHudProjection;
|
| class WorkspaceController;
|
|
|
| -#if defined(USE_X11)
|
| +#if defined(OS_CHROMEOS)
|
| class BootSplashScreen;
|
| #endif
|
|
|
| @@ -262,7 +262,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
|
| PanelLayoutManager* panel_layout_manager_;
|
|
|
| scoped_ptr<SystemBackgroundController> system_background_;
|
| -#if defined(USE_X11)
|
| +#if defined(OS_CHROMEOS)
|
| scoped_ptr<BootSplashScreen> boot_splash_screen_;
|
| #endif
|
|
|
|
|