Index: chrome/browser/infobars/confirm_infobar_delegate.h |
diff --git a/chrome/browser/infobars/confirm_infobar_delegate.h b/chrome/browser/infobars/confirm_infobar_delegate.h |
index d4e439e25edab337228997faade8ea934f694fb1..6d10883d80d0c5fe022e9c6a237f46ba44fb5b8b 100644 |
--- a/chrome/browser/infobars/confirm_infobar_delegate.h |
+++ b/chrome/browser/infobars/confirm_infobar_delegate.h |
@@ -7,7 +7,7 @@ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
-#include "base/string16.h" |
+#include "base/strings/string16.h" |
#include "chrome/browser/infobars/infobar_delegate.h" |
// An interface derived from InfoBarDelegate implemented by objects wishing to |