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

Side by Side Diff: chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.h

Issue 284893003: Move bookmarks/core/... to bookmarks/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing errors reported by presubmit Created 6 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 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_VIEWS_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_VIEWS_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_VIEWS_H_
6 #define CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_VIEWS_H_ 6 #define CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_VIEWS_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "components/bookmarks/core/browser/base_bookmark_model_observer.h" 11 #include "components/bookmarks/browser/base_bookmark_model_observer.h"
12 #include "components/bookmarks/core/browser/bookmark_node_data.h" 12 #include "components/bookmarks/browser/bookmark_node_data.h"
13 #include "ui/views/controls/menu/menu_delegate.h" 13 #include "ui/views/controls/menu/menu_delegate.h"
14 14
15 class BookmarkBarView; 15 class BookmarkBarView;
16 class BookmarkMenuControllerObserver; 16 class BookmarkMenuControllerObserver;
17 class BookmarkMenuDelegate; 17 class BookmarkMenuDelegate;
18 class BookmarkNode; 18 class BookmarkNode;
19 class Browser; 19 class Browser;
20 20
21 namespace content { 21 namespace content {
22 class PageNavigator; 22 class PageNavigator;
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 137
138 // The bookmark bar. This is only non-null if we're showing a menu item for a 138 // The bookmark bar. This is only non-null if we're showing a menu item for a
139 // folder on the bookmark bar and not for drop, or if the BookmarkBarView has 139 // folder on the bookmark bar and not for drop, or if the BookmarkBarView has
140 // been destroyed before the menu. 140 // been destroyed before the menu.
141 BookmarkBarView* bookmark_bar_; 141 BookmarkBarView* bookmark_bar_;
142 142
143 DISALLOW_COPY_AND_ASSIGN(BookmarkMenuController); 143 DISALLOW_COPY_AND_ASSIGN(BookmarkMenuController);
144 }; 144 };
145 145
146 #endif // CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_VIEWS_H_ 146 #endif // CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_MENU_CONTROLLER_VIEWS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698