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

Side by Side Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm

Issue 6335001: Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h" 5 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h"
6 6
7 #include "app/l10n_util_mac.h" 7 #include "app/l10n_util_mac.h"
8 #include "app/resource_bundle.h" 8 #include "app/resource_bundle.h"
9 #include "base/mac/mac_util.h" 9 #include "base/mac/mac_util.h"
10 #include "base/sys_string_conversions.h" 10 #include "base/sys_string_conversions.h"
11 #include "chrome/browser/bookmarks/bookmark_editor.h" 11 #include "chrome/browser/bookmarks/bookmark_editor.h"
12 #include "chrome/browser/bookmarks/bookmark_model.h" 12 #include "chrome/browser/bookmarks/bookmark_model.h"
13 #include "chrome/browser/bookmarks/bookmark_utils.h" 13 #include "chrome/browser/bookmarks/bookmark_utils.h"
14 #include "chrome/browser/metrics/user_metrics.h" 14 #include "chrome/browser/metrics/user_metrics.h"
15 #include "chrome/browser/prefs/pref_service.h"
16 #include "chrome/browser/profiles/profile.h" 15 #include "chrome/browser/profiles/profile.h"
17 #include "chrome/browser/tab_contents/tab_contents.h" 16 #include "chrome/browser/tab_contents/tab_contents.h"
18 #include "chrome/browser/tab_contents/tab_contents_view.h" 17 #include "chrome/browser/tab_contents/tab_contents_view.h"
19 #import "chrome/browser/themes/browser_theme_provider.h" 18 #import "chrome/browser/themes/browser_theme_provider.h"
20 #include "chrome/browser/ui/browser.h" 19 #include "chrome/browser/ui/browser.h"
21 #include "chrome/browser/ui/browser_list.h" 20 #include "chrome/browser/ui/browser_list.h"
22 #import "chrome/browser/ui/cocoa/background_gradient_view.h" 21 #import "chrome/browser/ui/cocoa/background_gradient_view.h"
23 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h" 22 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h"
24 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h" 23 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h"
25 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h" 24 #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h"
(...skipping 2461 matching lines...) Expand 10 before | Expand all | Expand 10 after
2487 // to minimize touching the object passed in (likely a mock). 2486 // to minimize touching the object passed in (likely a mock).
2488 - (void)setButtonContextMenu:(id)menu { 2487 - (void)setButtonContextMenu:(id)menu {
2489 buttonContextMenu_ = menu; 2488 buttonContextMenu_ = menu;
2490 } 2489 }
2491 2490
2492 - (void)setIgnoreAnimations:(BOOL)ignore { 2491 - (void)setIgnoreAnimations:(BOOL)ignore {
2493 ignoreAnimations_ = ignore; 2492 ignoreAnimations_ = ignore;
2494 } 2493 }
2495 2494
2496 @end 2495 @end
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/navigation_entry.cc ('k') | chrome/browser/ui/gtk/bookmark_editor_gtk_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698