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

Side by Side Diff: chrome/browser/gtk/infobar_container_gtk.h

Issue 3120021: FBTF: Header cleanup in chrome/common part 2. The majority of the changed files (Closed)
Patch Set: Win fix 2. Created 10 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/gtk/info_bubble_gtk.h ('k') | chrome/browser/gtk/tab_contents_container_gtk.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_GTK_INFOBAR_CONTAINER_GTK_H_ 5 #ifndef CHROME_BROWSER_GTK_INFOBAR_CONTAINER_GTK_H_
6 #define CHROME_BROWSER_GTK_INFOBAR_CONTAINER_GTK_H_ 6 #define CHROME_BROWSER_GTK_INFOBAR_CONTAINER_GTK_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "chrome/browser/gtk/owned_widget_gtk.h" 10 #include "chrome/browser/gtk/owned_widget_gtk.h"
11 #include "chrome/common/notification_observer.h"
11 #include "chrome/common/notification_registrar.h" 12 #include "chrome/common/notification_registrar.h"
12 13
13 class InfoBarDelegate; 14 class InfoBarDelegate;
14 class Profile; 15 class Profile;
15 class TabContents; 16 class TabContents;
16 17
17 typedef struct _GtkWidget GtkWidget; 18 typedef struct _GtkWidget GtkWidget;
18 19
19 class InfoBarContainerGtk : public NotificationObserver { 20 class InfoBarContainerGtk : public NotificationObserver {
20 public: 21 public:
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 // The TabContents for which we are currently showing InfoBars. 67 // The TabContents for which we are currently showing InfoBars.
67 TabContents* tab_contents_; 68 TabContents* tab_contents_;
68 69
69 // VBox that holds the info bars. 70 // VBox that holds the info bars.
70 OwnedWidgetGtk container_; 71 OwnedWidgetGtk container_;
71 72
72 DISALLOW_COPY_AND_ASSIGN(InfoBarContainerGtk); 73 DISALLOW_COPY_AND_ASSIGN(InfoBarContainerGtk);
73 }; 74 };
74 75
75 #endif // CHROME_BROWSER_GTK_INFOBAR_CONTAINER_GTK_H_ 76 #endif // CHROME_BROWSER_GTK_INFOBAR_CONTAINER_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/gtk/info_bubble_gtk.h ('k') | chrome/browser/gtk/tab_contents_container_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698