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

Side by Side Diff: chrome/browser/ui/bookmarks/bookmark_utils.h

Issue 1336993002: Straighten up includes of host_desktop.h/host_desktop_type.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@host_desktop_type
Patch Set: Build fixes for Windows and Mac Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_UI_BOOKMARKS_BOOKMARK_UTILS_H_ 5 #ifndef CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_UTILS_H_
6 #define CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_UTILS_H_ 6 #define CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_UTILS_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/strings/string16.h" 10 #include "base/strings/string16.h"
11 #include "chrome/browser/ui/host_desktop.h"
12 #include "ui/base/window_open_disposition.h" 11 #include "ui/base/window_open_disposition.h"
12 #include "ui/gfx/host_desktop_type.h"
13 #include "ui/gfx/native_widget_types.h" 13 #include "ui/gfx/native_widget_types.h"
14 14
15 class Browser; 15 class Browser;
16 class GURL; 16 class GURL;
17 class PrefService; 17 class PrefService;
18 class Profile; 18 class Profile;
19 19
20 namespace bookmarks { 20 namespace bookmarks {
21 class BookmarkNode; 21 class BookmarkNode;
22 struct BookmarkNodeData; 22 struct BookmarkNodeData;
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 #if defined(TOOLKIT_VIEWS) 152 #if defined(TOOLKIT_VIEWS)
153 // TODO(estade): If Mac wants to use these, return gfx::Image instead. 153 // TODO(estade): If Mac wants to use these, return gfx::Image instead.
154 gfx::ImageSkia GetBookmarkFolderIcon(); 154 gfx::ImageSkia GetBookmarkFolderIcon();
155 gfx::ImageSkia GetBookmarkSupervisedFolderIcon(); 155 gfx::ImageSkia GetBookmarkSupervisedFolderIcon();
156 gfx::ImageSkia GetBookmarkManagedFolderIcon(); 156 gfx::ImageSkia GetBookmarkManagedFolderIcon();
157 #endif 157 #endif
158 158
159 } // namespace chrome 159 } // namespace chrome
160 160
161 #endif // CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_UTILS_H_ 161 #endif // CHROME_BROWSER_UI_BOOKMARKS_BOOKMARK_UTILS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h ('k') | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698