Index: chrome/browser/autofill/autofill_feedback_infobar_delegate.cc |
diff --git a/chrome/browser/autofill/autofill_feedback_infobar_delegate.cc b/chrome/browser/autofill/autofill_feedback_infobar_delegate.cc |
index 540100af68514a8d984ec59fa68b2c4263492b1d..8e22c993ebfbfc27b744c38aa074868e83305e38 100644 |
--- a/chrome/browser/autofill/autofill_feedback_infobar_delegate.cc |
+++ b/chrome/browser/autofill/autofill_feedback_infobar_delegate.cc |
@@ -5,7 +5,7 @@ |
#include "chrome/browser/autofill/autofill_feedback_infobar_delegate.h" |
#include "base/utf_string_conversions.h" |
-#include "chrome/browser/api/infobars/infobar_tab_service.h" |
+#include "chrome/browser/api/infobars/infobar_service.h" |
#include "chrome/browser/ui/browser.h" |
#include "chrome/browser/ui/browser_finder.h" |
#include "chrome/browser/ui/chrome_pages.h" |
@@ -17,7 +17,7 @@ |
const char kCategoryTagAutofill[] = "Autofill"; |
AutofillFeedbackInfoBarDelegate::AutofillFeedbackInfoBarDelegate( |
- InfoBarTabService* infobar_service, |
+ InfoBarService* infobar_service, |
const string16& message, |
const string16& link_text, |
const std::string& feedback_message) |