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

Side by Side Diff: chrome/browser/sidebar/sidebar_container.h

Issue 8566028: Cleanup: Remove more forward declarations in various chrome/browser directories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/shell_integration.h ('k') | chrome/browser/sidebar/sidebar_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SIDEBAR_SIDEBAR_CONTAINER_H_ 5 #ifndef CHROME_BROWSER_SIDEBAR_SIDEBAR_CONTAINER_H_
6 #define CHROME_BROWSER_SIDEBAR_SIDEBAR_CONTAINER_H_ 6 #define CHROME_BROWSER_SIDEBAR_SIDEBAR_CONTAINER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/string16.h" 12 #include "base/string16.h"
13 #include "chrome/browser/extensions/image_loading_tracker.h" 13 #include "chrome/browser/extensions/image_loading_tracker.h"
14 #include "content/browser/tab_contents/tab_contents_delegate.h" 14 #include "content/browser/tab_contents/tab_contents_delegate.h"
15 15
16 class BrowserWindow;
17 class Profile;
18 class RenderViewHost;
19 class SkBitmap; 16 class SkBitmap;
20 class TabContents; 17 class TabContents;
21 18
22 /////////////////////////////////////////////////////////////////////////////// 19 ///////////////////////////////////////////////////////////////////////////////
23 // SidebarContainer 20 // SidebarContainer
24 // 21 //
25 // Stores one particular sidebar state: sidebar's content, its content id, 22 // Stores one particular sidebar state: sidebar's content, its content id,
26 // tab it is linked to, mini tab icon, title etc. 23 // tab it is linked to, mini tab icon, title etc.
27 // 24 //
28 class SidebarContainer 25 class SidebarContainer
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 // icon should be used or discarded. 136 // icon should be used or discarded.
140 bool use_default_icon_; 137 bool use_default_icon_;
141 138
142 // Helper to load icons from extension asynchronously. 139 // Helper to load icons from extension asynchronously.
143 scoped_ptr<ImageLoadingTracker> image_loading_tracker_; 140 scoped_ptr<ImageLoadingTracker> image_loading_tracker_;
144 141
145 DISALLOW_COPY_AND_ASSIGN(SidebarContainer); 142 DISALLOW_COPY_AND_ASSIGN(SidebarContainer);
146 }; 143 };
147 144
148 #endif // CHROME_BROWSER_SIDEBAR_SIDEBAR_CONTAINER_H_ 145 #endif // CHROME_BROWSER_SIDEBAR_SIDEBAR_CONTAINER_H_
OLDNEW
« no previous file with comments | « chrome/browser/shell_integration.h ('k') | chrome/browser/sidebar/sidebar_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698