| Index: chrome/browser/api/infobars/infobar_tab_helper.h
|
| diff --git a/chrome/browser/infobars/infobar_tab_helper.h b/chrome/browser/api/infobars/infobar_tab_helper.h
|
| similarity index 94%
|
| rename from chrome/browser/infobars/infobar_tab_helper.h
|
| rename to chrome/browser/api/infobars/infobar_tab_helper.h
|
| index 3221741c24a9b42acbf9232c8577720c968ba50c..1dc659154ed2f5df1199ace6a6563be336456dca 100644
|
| --- a/chrome/browser/infobars/infobar_tab_helper.h
|
| +++ b/chrome/browser/api/infobars/infobar_tab_helper.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_TAB_HELPER_H_
|
| -#define CHROME_BROWSER_INFOBARS_INFOBAR_TAB_HELPER_H_
|
| +#ifndef CHROME_BROWSER_API_INFOBARS_INFOBAR_TAB_HELPER_H_
|
| +#define CHROME_BROWSER_API_INFOBARS_INFOBAR_TAB_HELPER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "content/public/browser/notification_observer.h"
|
| @@ -85,4 +85,4 @@ class InfoBarTabHelper : public content::WebContentsObserver,
|
| DISALLOW_COPY_AND_ASSIGN(InfoBarTabHelper);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_INFOBARS_INFOBAR_TAB_HELPER_H_
|
| +#endif // CHROME_BROWSER_API_INFOBARS_INFOBAR_TAB_HELPER_H_
|
|
|