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

Side by Side Diff: chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.h

Issue 11740023: Remove unused includes of view_id_util.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/automation/automation_provider_gtk.cc ('k') | no next file » | 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) 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_GTK_BOOKMARKS_BOOKMARK_BAR_GTK_H_ 5 #ifndef CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_BAR_GTK_H_
6 #define CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_BAR_GTK_H_ 6 #define CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_BAR_GTK_H_
7 7
8 #include <gtk/gtk.h> 8 #include <gtk/gtk.h>
9 9
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/gtest_prod_util.h" 13 #include "base/gtest_prod_util.h"
14 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
15 #include "base/memory/weak_ptr.h" 15 #include "base/memory/weak_ptr.h"
16 #include "base/prefs/public/pref_member.h" 16 #include "base/prefs/public/pref_member.h"
17 #include "chrome/browser/bookmarks/bookmark_model_observer.h" 17 #include "chrome/browser/bookmarks/bookmark_model_observer.h"
18 #include "chrome/browser/ui/bookmarks/bookmark_bar.h" 18 #include "chrome/browser/ui/bookmarks/bookmark_bar.h"
19 #include "chrome/browser/ui/bookmarks/bookmark_bar_instructions_delegate.h" 19 #include "chrome/browser/ui/bookmarks/bookmark_bar_instructions_delegate.h"
20 #include "chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h" 20 #include "chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h"
21 #include "chrome/browser/ui/gtk/menu_bar_helper.h" 21 #include "chrome/browser/ui/gtk/menu_bar_helper.h"
22 #include "chrome/browser/ui/gtk/view_id_util.h"
23 #include "content/public/browser/notification_observer.h" 22 #include "content/public/browser/notification_observer.h"
24 #include "content/public/browser/notification_registrar.h" 23 #include "content/public/browser/notification_registrar.h"
25 #include "ui/base/animation/animation.h" 24 #include "ui/base/animation/animation.h"
26 #include "ui/base/animation/animation_delegate.h" 25 #include "ui/base/animation/animation_delegate.h"
27 #include "ui/base/animation/slide_animation.h" 26 #include "ui/base/animation/slide_animation.h"
28 #include "ui/base/gtk/gtk_signal.h" 27 #include "ui/base/gtk/gtk_signal.h"
29 #include "ui/base/gtk/owned_widget_gtk.h" 28 #include "ui/base/gtk/owned_widget_gtk.h"
30 #include "ui/gfx/point.h" 29 #include "ui/gfx/point.h"
31 #include "ui/gfx/size.h" 30 #include "ui/gfx/size.h"
32 31
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 402
404 BookmarkBar::State bookmark_bar_state_; 403 BookmarkBar::State bookmark_bar_state_;
405 404
406 // Maximum height of the bookmark bar. 405 // Maximum height of the bookmark bar.
407 int max_height_; 406 int max_height_;
408 407
409 DISALLOW_COPY_AND_ASSIGN(BookmarkBarGtk); 408 DISALLOW_COPY_AND_ASSIGN(BookmarkBarGtk);
410 }; 409 };
411 410
412 #endif // CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_BAR_GTK_H_ 411 #endif // CHROME_BROWSER_UI_GTK_BOOKMARKS_BOOKMARK_BAR_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/automation/automation_provider_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698