Index: chrome/browser/plugin_observer.cc |
diff --git a/chrome/browser/plugin_observer.cc b/chrome/browser/plugin_observer.cc |
index 5eed631472ce23a5b062db3d64ebc556d6a8d09b..1832b566ead0354c80565b94a3be37bb6837a0d2 100644 |
--- a/chrome/browser/plugin_observer.cc |
+++ b/chrome/browser/plugin_observer.cc |
@@ -10,7 +10,8 @@ |
#include "chrome/browser/metrics/user_metrics.h" |
#include "chrome/browser/plugin_installer_infobar_delegate.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/tab_contents/infobar_delegate.h" |
+#include "chrome/browser/tab_contents/confirm_infobar_delegate.h" |
+#include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h" |
#include "chrome/common/render_messages.h" |
#include "chrome/common/url_constants.h" |
#include "content/browser/renderer_host/render_view_host.h" |