summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/DEPS1
-rw-r--r--chrome/browser/plugin_installer.cc2
2 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 5380f75..8625067 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -11,7 +11,6 @@ include_rules = [
"+sandbox/src",
"+skia/include",
"+webkit/database",
- "+webkit/default_plugin",
"+webkit/glue", # Defines some types that are marshalled over IPC.
"+xib_localizers", # For generated mac localization helpers
diff --git a/chrome/browser/plugin_installer.cc b/chrome/browser/plugin_installer.cc
index 4bbe22c..b7f38c5 100644
--- a/chrome/browser/plugin_installer.cc
+++ b/chrome/browser/plugin_installer.cc
@@ -11,7 +11,7 @@
#include "chrome/browser/tab_contents/tab_contents.h"
#include "grit/generated_resources.h"
#include "grit/theme_resources.h"
-#include "webkit/default_plugin/default_plugin_shared.h"
+#include "webkit/glue/plugins/default_plugin_shared.h"
PluginInstaller::PluginInstaller(TabContents* tab_contents)
: ConfirmInfoBarDelegate(tab_contents),