diff options
Diffstat (limited to 'chrome/common/native_window_notification_source.h')
-rw-r--r-- | chrome/common/native_window_notification_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/native_window_notification_source.h b/chrome/common/native_window_notification_source.h index a8e5cae..240820e 100644 --- a/chrome/common/native_window_notification_source.h +++ b/chrome/common/native_window_notification_source.h @@ -7,7 +7,7 @@ #pragma once #include "chrome/common/notification_source.h" -#include "gfx/native_widget_types.h" +#include "ui/gfx/native_widget_types.h" // Specialization of the Source class for native windows. On Windows, these are // HWNDs rather than pointers, and since the Source class expects a pointer |