summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/ppapi/DEPS3
-rw-r--r--chrome/test/ppapi/ppapi_test.cc1
2 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/ppapi/DEPS b/chrome/test/ppapi/DEPS
new file mode 100644
index 0000000..8d6c1c2
--- /dev/null
+++ b/chrome/test/ppapi/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+ppapi/shared_impl",
+]
diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc
index 5e00f8b..6e8cf5c 100644
--- a/chrome/test/ppapi/ppapi_test.cc
+++ b/chrome/test/ppapi/ppapi_test.cc
@@ -36,6 +36,7 @@
#include "media/audio/audio_manager.h"
#include "net/base/net_util.h"
#include "net/test/test_server.h"
+#include "ppapi/shared_impl/ppapi_switches.h"
#include "ui/gl/gl_switches.h"
#include "webkit/plugins/plugin_switches.h"