diff options
Diffstat (limited to 'webkit/plugins/npapi/webplugin_delegate_impl.h')
-rw-r--r-- | webkit/plugins/npapi/webplugin_delegate_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.h b/webkit/plugins/npapi/webplugin_delegate_impl.h index edb319e..4fc5531 100644 --- a/webkit/plugins/npapi/webplugin_delegate_impl.h +++ b/webkit/plugins/npapi/webplugin_delegate_impl.h @@ -14,9 +14,9 @@ #include "base/time.h" #include "base/timer.h" #include "build/build_config.h" -#include "gfx/native_widget_types.h" -#include "gfx/rect.h" #include "third_party/npapi/bindings/npapi.h" +#include "ui/gfx/native_widget_types.h" +#include "ui/gfx/rect.h" #include "webkit/plugins/npapi/webplugin_delegate.h" #include "webkit/glue/webcursor.h" |