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

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

Issue 10810027: IWYU and other random cleanup in chrome/browser/ui. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « chrome/browser/printing/print_dialog_cloud.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
===================================================================
--- chrome/browser/ui/browser.h (revision 147551)
+++ chrome/browser/ui/browser.h (working copy)
@@ -18,7 +18,6 @@
#include "base/string16.h"
#include "chrome/browser/debugger/devtools_toggle_action.h"
#include "chrome/browser/event_disposition.h"
-#include "chrome/browser/intents/device_attached_intent_source.h"
Lei Zhang 2012/07/19 22:35:17 Trying to keep browser.h as small as possible, sin
#include "chrome/browser/prefs/pref_change_registrar.h"
#include "chrome/browser/prefs/pref_member.h"
#include "chrome/browser/sessions/session_id.h"
@@ -49,6 +48,7 @@
class BrowserToolbarModelDelegate;
class BrowserTabRestoreServiceDelegate;
class BrowserWindow;
+class DeviceAttachedIntentSource;
class FindBarController;
class FullscreenController;
class PrefService;
@@ -913,8 +913,9 @@
scoped_ptr<chrome::BrowserInstantController> instant_controller_;
BookmarkBar::State bookmark_bar_state_;
- DeviceAttachedIntentSource device_attached_intent_source_;
+ scoped_ptr<DeviceAttachedIntentSource> device_attached_intent_source_;
+
scoped_refptr<FullscreenController> fullscreen_controller_;
scoped_ptr<extensions::WindowController> extension_window_controller_;
« no previous file with comments | « chrome/browser/printing/print_dialog_cloud.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698