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

Unified Diff: chrome/browser/ui/panels/panel.h

Issue 10413012: Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser/ui. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
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.
« no previous file with comments | « chrome/browser/ui/panels/base_panel_browser_test.h ('k') | chrome/browser/ui/panels/panel_browser_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698