| Index: chrome/browser/api/infobars/link_infobar_delegate.h
|
| diff --git a/chrome/browser/tab_contents/link_infobar_delegate.h b/chrome/browser/api/infobars/link_infobar_delegate.h
|
| similarity index 86%
|
| rename from chrome/browser/tab_contents/link_infobar_delegate.h
|
| rename to chrome/browser/api/infobars/link_infobar_delegate.h
|
| index ab7cbf640c15826f1ba32fc4616349164e40c56f..08561151dc512ebe270df493e2da06ef68039f5c 100644
|
| --- a/chrome/browser/tab_contents/link_infobar_delegate.h
|
| +++ b/chrome/browser/api/infobars/link_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_LINK_INFOBAR_DELEGATE_H_
|
| -#define CHROME_BROWSER_TAB_CONTENTS_LINK_INFOBAR_DELEGATE_H_
|
| +#ifndef CHROME_BROWSER_API_INFOBARS_LINK_INFOBAR_DELEGATE_H_
|
| +#define CHROME_BROWSER_API_INFOBARS_LINK_INFOBAR_DELEGATE_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/string16.h"
|
| -#include "chrome/browser/infobars/infobar_delegate.h"
|
| +#include "chrome/browser/api/infobars/infobar_delegate.h"
|
|
|
| class InfoBarTabHelper;
|
|
|
| @@ -42,4 +42,5 @@ class LinkInfoBarDelegate : public InfoBarDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(LinkInfoBarDelegate);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_TAB_CONTENTS_LINK_INFOBAR_DELEGATE_H_
|
| +#endif // CHROME_BROWSER_API_INFOBARS_LINK_INFOBAR_DELEGATE_H_
|
| +
|
|
|