| Index: ui/views/widget/desktop_aura/x11_window_event_filter.h
|
| ===================================================================
|
| --- ui/views/widget/desktop_aura/x11_window_event_filter.h (revision 167419)
|
| +++ ui/views/widget/desktop_aura/x11_window_event_filter.h (working copy)
|
| @@ -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_VIEWS_WIDGET_X11_WINDOW_EVENT_FILTER_H_
|
| -#define UI_VIEWS_WIDGET_X11_WINDOW_EVENT_FILTER_H_
|
| +#ifndef UI_VIEWS_WIDGET_DESKTOP_AURA_X11_WINDOW_EVENT_FILTER_H_
|
| +#define UI_VIEWS_WIDGET_DESKTOP_AURA_X11_WINDOW_EVENT_FILTER_H_
|
|
|
| #include <X11/Xlib.h>
|
| // Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class.
|
| @@ -75,4 +75,4 @@
|
|
|
| } // namespace views
|
|
|
| -#endif // UI_VIEWS_WIDGET_X11_WINDOW_EVENT_FILTER_H_
|
| +#endif // UI_VIEWS_WIDGET_DESKTOP_AURA_X11_WINDOW_EVENT_FILTER_H_
|
|
|