| Index: chrome/browser/infobars/insecure_content_infobar_delegate.h
|
| diff --git a/chrome/browser/tab_contents/insecure_content_infobar_delegate.h b/chrome/browser/infobars/insecure_content_infobar_delegate.h
|
| similarity index 85%
|
| rename from chrome/browser/tab_contents/insecure_content_infobar_delegate.h
|
| rename to chrome/browser/infobars/insecure_content_infobar_delegate.h
|
| index 0e7557bdc717229cdf9085e40110c95e9a523f69..f199897221c6520c329403a1e733147720ce4c58 100644
|
| --- a/chrome/browser/tab_contents/insecure_content_infobar_delegate.h
|
| +++ b/chrome/browser/infobars/insecure_content_infobar_delegate.h
|
| @@ -2,10 +2,10 @@
|
| // 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_INSECURE_CONTENT_INFOBAR_DELEGATE_H_
|
| -#define CHROME_BROWSER_TAB_CONTENTS_INSECURE_CONTENT_INFOBAR_DELEGATE_H_
|
| +#ifndef CHROME_BROWSER_INFOBARS_INSECURE_CONTENT_INFOBAR_DELEGATE_H_
|
| +#define CHROME_BROWSER_INFOBARS_INSECURE_CONTENT_INFOBAR_DELEGATE_H_
|
|
|
| -#include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
|
| +#include "chrome/browser/api/infobars/confirm_infobar_delegate.h"
|
|
|
| // Base class for delegates that show warnings on HTTPS pages which try to
|
| // display or run insecure content.
|
| @@ -51,5 +51,5 @@ class InsecureContentInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(InsecureContentInfoBarDelegate);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_TAB_CONTENTS_INSECURE_CONTENT_INFOBAR_DELEGATE_H_
|
| +#endif // CHROME_BROWSER_INFOBARS_INSECURE_CONTENT_INFOBAR_DELEGATE_H_
|
|
|
|
|