Index: chrome/browser/notifications/notification_options_menu_model.h |
diff --git a/chrome/browser/notifications/notification_options_menu_model.h b/chrome/browser/notifications/notification_options_menu_model.h |
index 534f68884d826d0f85dca52a4003ff906fc68b6f..2ec2b540f9e982e92463ca6e0de12d5b46e7345c 100644 |
--- a/chrome/browser/notifications/notification_options_menu_model.h |
+++ b/chrome/browser/notifications/notification_options_menu_model.h |
@@ -5,9 +5,13 @@ |
#ifndef CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_OPTIONS_MENU_MODEL_H_ |
#define CHROME_BROWSER_NOTIFICATIONS_NOTIFICATION_OPTIONS_MENU_MODEL_H_ |
-#include "chrome/browser/notifications/balloon.h" |
+#include "base/basictypes.h" |
+#include "base/compiler_specific.h" |
+#include "base/memory/scoped_ptr.h" |
#include "ui/base/models/simple_menu_model.h" |
+class Balloon; |
+ |
// Model for the corner-selection submenu. |
class CornerSelectionMenuModel : public ui::SimpleMenuModel, |
public ui::SimpleMenuModel::Delegate { |