| Index: ui/aura/root_window_host_x11.h
|
| diff --git a/ui/aura/root_window_host_x11.h b/ui/aura/root_window_host_x11.h
|
| index 2a8b5804dc30c8baf05447907cab8a0a30ad46ec..26015925b058aea83bee24137cf130704394a17d 100644
|
| --- a/ui/aura/root_window_host_x11.h
|
| +++ b/ui/aura/root_window_host_x11.h
|
| @@ -32,8 +32,8 @@ class TouchEventCalibrate;
|
| }
|
|
|
| class RootWindowHostX11 : public RootWindowHost,
|
| - public MessageLoop::Dispatcher,
|
| - public EnvObserver {
|
| + public base::MessageLoop::Dispatcher,
|
| + public EnvObserver {
|
| public:
|
| explicit RootWindowHostX11(const gfx::Rect& bounds);
|
| virtual ~RootWindowHostX11();
|
|
|