diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-20 06:23:27 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-20 06:23:27 +0000 |
commit | 4d36536bcb6052374f286c7423449b2c88deacb4 (patch) | |
tree | 7d505e00be6b727be9029c2f1e03a5bfba8ca0f9 /chrome/browser/gtk | |
parent | a47cc547f33b5f09ebc3c92d97736e3881c8c75e (diff) | |
download | chromium_src-4d36536bcb6052374f286c7423449b2c88deacb4.zip chromium_src-4d36536bcb6052374f286c7423449b2c88deacb4.tar.gz chromium_src-4d36536bcb6052374f286c7423449b2c88deacb4.tar.bz2 |
FBTF: Header cleanup in chrome/common part 2. The majority of the changed files
just added notification_observer.h.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3120021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk')
-rw-r--r-- | chrome/browser/gtk/collected_cookies_gtk.h | 1 | ||||
-rw-r--r-- | chrome/browser/gtk/content_setting_bubble_gtk.h | 1 | ||||
-rw-r--r-- | chrome/browser/gtk/info_bubble_gtk.h | 1 | ||||
-rw-r--r-- | chrome/browser/gtk/infobar_container_gtk.h | 1 | ||||
-rw-r--r-- | chrome/browser/gtk/tab_contents_container_gtk.h | 1 | ||||
-rw-r--r-- | chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/gtk/collected_cookies_gtk.h b/chrome/browser/gtk/collected_cookies_gtk.h index 3f2bab7..a68d963 100644 --- a/chrome/browser/gtk/collected_cookies_gtk.h +++ b/chrome/browser/gtk/collected_cookies_gtk.h @@ -15,6 +15,7 @@ #include "chrome/browser/gtk/constrained_window_gtk.h" #include "chrome/browser/gtk/gtk_tree.h" #include "chrome/common/content_settings.h" +#include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" class CookiesTreeModel; diff --git a/chrome/browser/gtk/content_setting_bubble_gtk.h b/chrome/browser/gtk/content_setting_bubble_gtk.h index 3afa00e..2fccd66 100644 --- a/chrome/browser/gtk/content_setting_bubble_gtk.h +++ b/chrome/browser/gtk/content_setting_bubble_gtk.h @@ -12,6 +12,7 @@ #include "base/scoped_ptr.h" #include "chrome/browser/gtk/info_bubble_gtk.h" #include "chrome/common/content_settings_types.h" +#include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" class ContentSettingBubbleModel; diff --git a/chrome/browser/gtk/info_bubble_gtk.h b/chrome/browser/gtk/info_bubble_gtk.h index 2da6d2f..39070ee 100644 --- a/chrome/browser/gtk/info_bubble_gtk.h +++ b/chrome/browser/gtk/info_bubble_gtk.h @@ -19,6 +19,7 @@ #include "app/gtk_signal.h" #include "app/gtk_signal_registrar.h" #include "base/basictypes.h" +#include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" #include "gfx/point.h" #include "gfx/rect.h" diff --git a/chrome/browser/gtk/infobar_container_gtk.h b/chrome/browser/gtk/infobar_container_gtk.h index 76b0251..441072f 100644 --- a/chrome/browser/gtk/infobar_container_gtk.h +++ b/chrome/browser/gtk/infobar_container_gtk.h @@ -8,6 +8,7 @@ #include "base/basictypes.h" #include "chrome/browser/gtk/owned_widget_gtk.h" +#include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" class InfoBarDelegate; diff --git a/chrome/browser/gtk/tab_contents_container_gtk.h b/chrome/browser/gtk/tab_contents_container_gtk.h index 8133620..0b3a959 100644 --- a/chrome/browser/gtk/tab_contents_container_gtk.h +++ b/chrome/browser/gtk/tab_contents_container_gtk.h @@ -11,6 +11,7 @@ #include "base/basictypes.h" #include "chrome/browser/gtk/owned_widget_gtk.h" #include "chrome/browser/gtk/view_id_util.h" +#include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" class RenderViewHost; diff --git a/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h b/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h index 66bbbba..a9fba9d 100644 --- a/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h +++ b/chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h @@ -15,6 +15,7 @@ #include "base/timer.h" #include "chrome/browser/dock_info.h" #include "chrome/browser/tab_contents/tab_contents_delegate.h" +#include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" class DraggedTabGtk; |