| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 70a77a8bfa4040b74150e7ae5c4ce32c0acccdb3..88a8019aaf4ae60edce2367ae27b07d88f7803eb 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -167,7 +167,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
|
| void OnKeyboardMappingChanged();
|
|
|
| // The system windowing system has sent a request that we close our window.
|
| - void OnRootWindowHostClosed();
|
| + void OnRootWindowHostCloseRequested();
|
|
|
| // Add/remove observer. There is no need to remove the observer if
|
| // the root window is being deleted. In particular, you SHOULD NOT remove
|
|
|