diff options
Diffstat (limited to 'chrome/browser/notifications/balloon_host.h')
-rw-r--r-- | chrome/browser/notifications/balloon_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h index c86060b..2f39301 100644 --- a/chrome/browser/notifications/balloon_host.h +++ b/chrome/browser/notifications/balloon_host.h @@ -11,9 +11,9 @@ #include "chrome/browser/extensions/extension_function_dispatcher.h" #include "chrome/browser/tab_contents/render_view_host_delegate_helper.h" -#include "chrome/common/notification_observer.h" -#include "chrome/common/notification_registrar.h" #include "content/browser/renderer_host/render_view_host_delegate.h" +#include "content/common/notification_observer.h" +#include "content/common/notification_registrar.h" class Balloon; class Browser; |