Index: chrome/browser/ui/cocoa/location_bar/plus_decoration.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/plus_decoration.h b/chrome/browser/ui/cocoa/location_bar/plus_decoration.h |
index 8f35f5c3804fd93980761996dc50a137857d0806..f96d900145460aa938652a2121cf7f0f4ff5a881 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/plus_decoration.h |
+++ b/chrome/browser/ui/cocoa/location_bar/plus_decoration.h |
@@ -11,7 +11,6 @@ |
#include "chrome/browser/ui/cocoa/location_bar/image_decoration.h" |
class Browser; |
-class CommandUpdater; |
class LocationBarViewMac; |
// Note: this file is under development (see crbug.com/138118). |
@@ -20,7 +19,6 @@ class LocationBarViewMac; |
class PlusDecoration : public ImageDecoration { |
public: |
PlusDecoration(LocationBarViewMac* owner, |
- CommandUpdater* command_updater, |
Browser* browser); |
msw
2012/08/30 00:41:43
nit: fits on line above (or indent to match open p
Cait (Slow)
2012/08/30 01:33:29
Done.
|
virtual ~PlusDecoration(); |
@@ -37,8 +35,6 @@ class PlusDecoration : public ImageDecoration { |
// Owner of the decoration, used to obtain the menu. |
LocationBarViewMac* owner_; |
- CommandUpdater* command_updater_; // Weak, owned by Browser. |
- |
Browser* browser_; |
// The string to show for a tooltip. |