summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/npapi
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/npapi')
-rw-r--r--webkit/plugins/npapi/DEPS3
-rw-r--r--webkit/plugins/npapi/webplugin_delegate_impl.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/webkit/plugins/npapi/DEPS b/webkit/plugins/npapi/DEPS
index c3cbc8c..3ebbd9e 100644
--- a/webkit/plugins/npapi/DEPS
+++ b/webkit/plugins/npapi/DEPS
@@ -1,5 +1,5 @@
include_rules = [
- "+app",
+ "+app", # app/win/iat_patch_function.h
"+ppapi",
# Files in this directory must not depend on the proxy, because the proxy
@@ -8,4 +8,5 @@ include_rules = [
"+printing",
"+skia",
+ "+ui/base",
]
diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.h b/webkit/plugins/npapi/webplugin_delegate_impl.h
index 84131f2..9f64f3a 100644
--- a/webkit/plugins/npapi/webplugin_delegate_impl.h
+++ b/webkit/plugins/npapi/webplugin_delegate_impl.h
@@ -21,7 +21,7 @@
#include "webkit/glue/webcursor.h"
#if defined(USE_X11)
-#include "app/x11_util.h"
+#include "ui/base/x/x11_util.h"
typedef struct _GdkDrawable GdkPixmap;
#endif