Index: chrome/browser/ui/panels/panel.h |
=================================================================== |
--- chrome/browser/ui/panels/panel.h (revision 137935) |
+++ chrome/browser/ui/panels/panel.h (working copy) |
@@ -9,7 +9,6 @@ |
#include "chrome/browser/ui/browser_window.h" |
#include "base/gtest_prod_util.h" |
-#include "base/memory/scoped_ptr.h" |
jennb
2012/05/18 23:17:01
Could you leave this one unchanged? I'm currently
Lei Zhang
2012/05/18 23:22:23
Sure.
|
#include "chrome/browser/ui/panels/panel_constants.h" |
#include "chrome/browser/ui/tabs/tab_strip_model_observer.h" |
#include "content/public/browser/notification_observer.h" |
@@ -35,12 +34,12 @@ |
public content::NotificationObserver { |
public: |
enum ExpansionState { |
- // The panel is fully expanded with both title-bar and the client-area. |
- EXPANDED, |
- // The panel is shown with the title-bar only. |
- TITLE_ONLY, |
- // The panel is shown with 3-pixel line. |
- MINIMIZED |
+ // The panel is fully expanded with both title-bar and the client-area. |
+ EXPANDED, |
+ // The panel is shown with the title-bar only. |
+ TITLE_ONLY, |
+ // The panel is shown with 3-pixel line. |
+ MINIMIZED |
}; |
// Controls how the attention should be drawn. |