diff options
Diffstat (limited to 'app/win/window_impl.h')
-rw-r--r-- | app/win/window_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/win/window_impl.h b/app/win/window_impl.h index b4ba830..ad1fc87 100644 --- a/app/win/window_impl.h +++ b/app/win/window_impl.h @@ -12,8 +12,8 @@ #include <string> -#include "app/gfx/native_widget_types.h" #include "base/logging.h" +#include "gfx/native_widget_types.h" #include "gfx/rect.h" namespace app { |