| Index: ui/aura/window_event_dispatcher.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/window_event_dispatcher.h
|
| similarity index 99%
|
| rename from ui/aura/root_window.h
|
| rename to ui/aura/window_event_dispatcher.h
|
| index bbdabd3f753c2b7720050eea5c3de827289f2ea9..9b46581d1b4b9b0bd4940b65ee157ff703a0b0b4 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/window_event_dispatcher.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_AURA_ROOT_WINDOW_H_
|
| -#define UI_AURA_ROOT_WINDOW_H_
|
| +#ifndef UI_AURA_WINDOW_EVENT_DISPATCHER_H_
|
| +#define UI_AURA_WINDOW_EVENT_DISPATCHER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -326,4 +326,4 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
|
|
|
| } // namespace aura
|
|
|
| -#endif // UI_AURA_ROOT_WINDOW_H_
|
| +#endif // UI_AURA_WINDOW_EVENT_DISPATCHER_H_
|
|
|