Index: components/infobars/core/confirm_infobar_delegate.h |
diff --git a/chrome/browser/infobars/confirm_infobar_delegate.h b/components/infobars/core/confirm_infobar_delegate.h |
similarity index 94% |
rename from chrome/browser/infobars/confirm_infobar_delegate.h |
rename to components/infobars/core/confirm_infobar_delegate.h |
index e17b0fcbf676af53e02fab5e98b223c07558e672..399e9c234bc08e47863cd8df3d4bdd0d72940711 100644 |
--- a/chrome/browser/infobars/confirm_infobar_delegate.h |
+++ b/components/infobars/core/confirm_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_CONFIRM_INFOBAR_DELEGATE_H_ |
-#define CHROME_BROWSER_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_ |
+#ifndef COMPONENTS_INFOBARS_CORE_CONFIRM_INFOBAR_DELEGATE_H_ |
+#define COMPONENTS_INFOBARS_CORE_CONFIRM_INFOBAR_DELEGATE_H_ |
#include "base/memory/scoped_ptr.h" |
#include "base/strings/string16.h" |
@@ -82,4 +82,4 @@ class ConfirmInfoBarDelegate : public infobars::InfoBarDelegate { |
DISALLOW_COPY_AND_ASSIGN(ConfirmInfoBarDelegate); |
}; |
-#endif // CHROME_BROWSER_INFOBARS_CONFIRM_INFOBAR_DELEGATE_H_ |
+#endif // COMPONENTS_INFOBARS_CORE_CONFIRM_INFOBAR_DELEGATE_H_ |