Index: chrome/browser/api/infobars/infobar_delegate.h |
diff --git a/chrome/browser/infobars/infobar_delegate.h b/chrome/browser/api/infobars/infobar_delegate.h |
similarity index 96% |
rename from chrome/browser/infobars/infobar_delegate.h |
rename to chrome/browser/api/infobars/infobar_delegate.h |
index 5e442ae8b04bb4d0301faa95c8f89eb6ec6386af..26b2438162a6d7139d19dceedb7d1c0c198174a5 100644 |
--- a/chrome/browser/infobars/infobar_delegate.h |
+++ b/chrome/browser/api/infobars/infobar_delegate.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_INFOBARS_INFOBAR_DELEGATE_H_ |
-#define CHROME_BROWSER_INFOBARS_INFOBAR_DELEGATE_H_ |
+#ifndef CHROME_BROWSER_API_INFOBARS_INFOBAR_DELEGATE_H_ |
+#define CHROME_BROWSER_API_INFOBARS_INFOBAR_DELEGATE_H_ |
#include "base/basictypes.h" |
#include "base/string16.h" |
@@ -143,4 +143,4 @@ class InfoBarDelegate { |
DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate); |
}; |
-#endif // CHROME_BROWSER_INFOBARS_INFOBAR_DELEGATE_H_ |
+#endif // CHROME_BROWSER_API_INFOBARS_INFOBAR_DELEGATE_H_ |