Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Unified Diff: chrome/browser/api/infobars/infobar_tab_helper.h

Issue 10843071: Create chrome/browser/api directory. Move infobar delegates used by Autofill to the directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/api/infobars/infobar_delegate.h ('k') | chrome/browser/api/infobars/link_infobar_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/browser/api/infobars/infobar_delegate.h ('k') | chrome/browser/api/infobars/link_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698