Index: chrome/browser/chromeos/setting_level_bubble.h |
diff --git a/chrome/browser/chromeos/setting_level_bubble.h b/chrome/browser/chromeos/setting_level_bubble.h |
index 4619127f59d13a4b1db00a9a835558ae646d6ee0..262bbdc6fd3112ded9efb0d9db17a63b220ec125 100644 |
--- a/chrome/browser/chromeos/setting_level_bubble.h |
+++ b/chrome/browser/chromeos/setting_level_bubble.h |
@@ -8,6 +8,7 @@ |
#include "app/animation_delegate.h" |
#include "app/slide_animation.h" |
+#include "base/basictypes.h" |
Charlie Lee
2010/12/09 21:35:04
is this new include needed?
Daniel Erat
2010/12/09 21:43:54
It provides DISALLOW_COPY_AND_ASSIGN(). (We get b
|
#include "base/timer.h" |
#include "chrome/browser/views/info_bubble.h" |
@@ -23,6 +24,7 @@ class SettingLevelBubble : public InfoBubbleDelegate, |
public AnimationDelegate { |
public: |
void ShowBubble(int percent); |
+ void HideBubble(); |
protected: |
explicit SettingLevelBubble(SkBitmap* increase_icon, |