| Index: ui/aura/desktop.cc
|
| diff --git a/ui/aura/desktop.cc b/ui/aura/desktop.cc
|
| index 6af7e40bfd11dee1bfbe5a49cfafe288ace12196..a01c2b1a80ed5e1df6d7f338add45d3049618e90 100644
|
| --- a/ui/aura/desktop.cc
|
| +++ b/ui/aura/desktop.cc
|
| @@ -133,7 +133,7 @@ void Desktop::WindowDestroying(Window* window) {
|
| SetActiveWindow(GetTopmostWindowToActivate(window), NULL);
|
| }
|
|
|
| -bool Desktop::DispatchNativeEvent(const ui::NativeEvent& event) {
|
| +bool Desktop::DispatchNativeEvent(const base::NativeEvent& event) {
|
| // TODO(oshima): consolidate windows and linux.
|
| #if defined(OS_WIN)
|
| return host_->Dispatch(event);
|
|
|