Index: chrome/browser/api/infobars/simple_alert_infobar_delegate.h |
diff --git a/chrome/browser/tab_contents/simple_alert_infobar_delegate.h b/chrome/browser/api/infobars/simple_alert_infobar_delegate.h |
similarity index 81% |
rename from chrome/browser/tab_contents/simple_alert_infobar_delegate.h |
rename to chrome/browser/api/infobars/simple_alert_infobar_delegate.h |
index b0257539ff50caf6a105956156e9db54f9af7352..c1f8fc381013f29dca54288d70a5990ab01c2e4a 100644 |
--- a/chrome/browser/tab_contents/simple_alert_infobar_delegate.h |
+++ b/chrome/browser/api/infobars/simple_alert_infobar_delegate.h |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_TAB_CONTENTS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ |
-#define CHROME_BROWSER_TAB_CONTENTS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ |
+#ifndef CHROME_BROWSER_API_INFOBARS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ |
+#define CHROME_BROWSER_API_INFOBARS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "base/string16.h" |
-#include "chrome/browser/tab_contents/confirm_infobar_delegate.h" |
+#include "chrome/browser/api/infobars/confirm_infobar_delegate.h" |
class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate { |
public: |
@@ -34,4 +34,4 @@ class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate { |
DISALLOW_COPY_AND_ASSIGN(SimpleAlertInfoBarDelegate); |
}; |
-#endif // CHROME_BROWSER_TAB_CONTENTS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ |
+#endif // CHROME_BROWSER_API_INFOBARS_SIMPLE_ALERT_INFOBAR_DELEGATE_H_ |