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

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

Issue 8735009: views: Move some random files from views/ to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
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_UI_VIEWS_BOOKMARKS_BOOKMARK_BAR_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_BAR_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_BAR_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_BAR_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 11
12 #include "base/basictypes.h" 12 #include "base/basictypes.h"
13 #include "base/compiler_specific.h" 13 #include "base/compiler_specific.h"
14 #include "base/gtest_prod_util.h" 14 #include "base/gtest_prod_util.h"
15 #include "base/memory/weak_ptr.h" 15 #include "base/memory/weak_ptr.h"
16 #include "chrome/browser/bookmarks/bookmark_model_observer.h" 16 #include "chrome/browser/bookmarks/bookmark_model_observer.h"
17 #include "chrome/browser/bookmarks/bookmark_node_data.h" 17 #include "chrome/browser/bookmarks/bookmark_node_data.h"
18 #include "chrome/browser/ui/bookmarks/bookmark_bar.h" 18 #include "chrome/browser/ui/bookmarks/bookmark_bar.h"
19 #include "chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h" 19 #include "chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h"
20 #include "chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.h" 20 #include "chrome/browser/ui/views/bookmarks/bookmark_menu_controller_views.h"
21 #include "chrome/browser/ui/views/detachable_toolbar_view.h" 21 #include "chrome/browser/ui/views/detachable_toolbar_view.h"
22 #include "content/public/browser/notification_observer.h" 22 #include "content/public/browser/notification_observer.h"
23 #include "content/public/browser/notification_registrar.h" 23 #include "content/public/browser/notification_registrar.h"
24 #include "ui/base/animation/animation_delegate.h" 24 #include "ui/base/animation/animation_delegate.h"
25 #include "ui/views/context_menu_controller.h"
25 #include "ui/views/controls/button/button.h" 26 #include "ui/views/controls/button/button.h"
26 #include "ui/views/controls/menu/view_menu_delegate.h" 27 #include "ui/views/controls/menu/view_menu_delegate.h"
27 #include "views/context_menu_controller.h" 28 #include "ui/views/drag_controller.h"
28 #include "views/drag_controller.h"
29 29
30 class BookmarkContextMenu; 30 class BookmarkContextMenu;
31 class Browser; 31 class Browser;
32 class PageNavigator; 32 class PageNavigator;
33 33
34 namespace ui { 34 namespace ui {
35 class SlideAnimation; 35 class SlideAnimation;
36 } 36 }
37 37
38 namespace views { 38 namespace views {
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 406
407 BookmarkBar::State bookmark_bar_state_; 407 BookmarkBar::State bookmark_bar_state_;
408 408
409 // Are we animating to or from the detached state? 409 // Are we animating to or from the detached state?
410 bool animating_detached_; 410 bool animating_detached_;
411 411
412 DISALLOW_COPY_AND_ASSIGN(BookmarkBarView); 412 DISALLOW_COPY_AND_ASSIGN(BookmarkBarView);
413 }; 413 };
414 414
415 #endif // CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_BAR_VIEW_H_ 415 #endif // CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_BAR_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/download/download_util.cc ('k') | chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698