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

Unified Diff: chrome/browser/ui/views/infobars/infobar_view.h

Issue 84363002: Minor c/b/ui/views/infobars changes: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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
Index: chrome/browser/ui/views/infobars/infobar_view.h
===================================================================
--- chrome/browser/ui/views/infobars/infobar_view.h (revision 236920)
+++ chrome/browser/ui/views/infobars/infobar_view.h (working copy)
@@ -17,6 +17,7 @@
namespace ui {
class MenuModel;
}
+
namespace views {
class ImageButton;
class ImageView;
@@ -27,7 +28,7 @@
class MenuButton;
class MenuButtonListener;
class MenuRunner;
-}
+} // namespace views
Peter Kasting 2013/11/23 02:49:39 I added this because the presubmit check yelled at
class InfoBarView : public InfoBar,
public views::View,
« no previous file with comments | « chrome/browser/ui/views/infobars/extension_infobar.h ('k') | chrome/browser/ui/views/infobars/translate_language_menu_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698