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

Unified Diff: chrome/browser/notifications/notification_options_menu_model.h

Issue 10879008: notifications: Forward declared Balloon in notification_options_menu_model.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include scoped_ptr.h Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/notifications/notification_options_menu_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | chrome/browser/notifications/notification_options_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698