Index: components/infobars/core/infobar_delegate.h |
diff --git a/chrome/browser/infobars/infobar_delegate.h b/components/infobars/core/infobar_delegate.h |
similarity index 96% |
rename from chrome/browser/infobars/infobar_delegate.h |
rename to components/infobars/core/infobar_delegate.h |
index 05126e167997b71e50d519fefd0c089d4828987a..01f2bf329513ff46fb2e04800b9d94d3d7ba2080 100644 |
--- a/chrome/browser/infobars/infobar_delegate.h |
+++ b/components/infobars/core/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 COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_ |
+#define COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_ |
#include "base/basictypes.h" |
#include "base/strings/string16.h" |
@@ -140,4 +140,4 @@ class InfoBarDelegate { |
DISALLOW_COPY_AND_ASSIGN(InfoBarDelegate); |
}; |
-#endif // CHROME_BROWSER_INFOBARS_INFOBAR_DELEGATE_H_ |
+#endif // COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_ |