| Index: chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| diff --git a/chrome/browser/infobars/alternate_nav_infobar_delegate.h b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| similarity index 85%
|
| rename from chrome/browser/infobars/alternate_nav_infobar_delegate.h
|
| rename to chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h
|
| index b85f0e23f298396cfe82a064dc688ff9a3701fc8..541fb7dbb437263baae5b0b5431c180a6f3dd445 100644
|
| --- a/chrome/browser/infobars/alternate_nav_infobar_delegate.h
|
| +++ b/chrome/browser/ui/omnibox/alternate_nav_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_ALTERNATE_NAV_INFOBAR_DELEGATE_H_
|
| -#define CHROME_BROWSER_INFOBARS_ALTERNATE_NAV_INFOBAR_DELEGATE_H_
|
| +#ifndef CHROME_BROWSER_UI_OMNIBOX_ALTERNATE_NAV_INFOBAR_DELEGATE_H_
|
| +#define CHROME_BROWSER_UI_OMNIBOX_ALTERNATE_NAV_INFOBAR_DELEGATE_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| @@ -36,4 +36,4 @@ class AlternateNavInfoBarDelegate : public InfoBarDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(AlternateNavInfoBarDelegate);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_INFOBARS_ALTERNATE_NAV_INFOBAR_DELEGATE_H_
|
| +#endif // CHROME_BROWSER_UI_OMNIBOX_ALTERNATE_NAV_INFOBAR_DELEGATE_H_
|
|
|