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

Side by Side Diff: chrome/browser/views/location_bar_view.cc

Issue 1132006: Move app/gfx/canvas and app/gfx/font to gfx/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 #include "chrome/browser/views/location_bar_view.h" 5 #include "chrome/browser/views/location_bar_view.h"
6 6
7 #if defined(OS_LINUX) 7 #if defined(OS_LINUX)
8 #include <gtk/gtk.h> 8 #include <gtk/gtk.h>
9 #endif 9 #endif
10 10
11 #include "app/gfx/canvas.h"
12 #include "app/l10n_util.h" 11 #include "app/l10n_util.h"
13 #include "app/resource_bundle.h" 12 #include "app/resource_bundle.h"
14 #include "app/theme_provider.h" 13 #include "app/theme_provider.h"
15 #include "base/i18n/rtl.h" 14 #include "base/i18n/rtl.h"
16 #include "base/stl_util-inl.h" 15 #include "base/stl_util-inl.h"
17 #include "chrome/app/chrome_dll_resource.h" 16 #include "chrome/app/chrome_dll_resource.h"
18 #include "chrome/browser/alternate_nav_url_fetcher.h" 17 #include "chrome/browser/alternate_nav_url_fetcher.h"
19 #include "chrome/browser/browser_list.h" 18 #include "chrome/browser/browser_list.h"
20 #include "chrome/browser/browser_window.h" 19 #include "chrome/browser/browser_window.h"
21 #include "chrome/browser/bubble_positioner.h" 20 #include "chrome/browser/bubble_positioner.h"
22 #include "chrome/browser/command_updater.h" 21 #include "chrome/browser/command_updater.h"
23 #include "chrome/browser/content_setting_bubble_model.h" 22 #include "chrome/browser/content_setting_bubble_model.h"
24 #include "chrome/browser/content_setting_image_model.h" 23 #include "chrome/browser/content_setting_image_model.h"
25 #include "chrome/browser/extensions/extension_browser_event_router.h" 24 #include "chrome/browser/extensions/extension_browser_event_router.h"
26 #include "chrome/browser/extensions/extensions_service.h" 25 #include "chrome/browser/extensions/extensions_service.h"
27 #include "chrome/browser/profile.h" 26 #include "chrome/browser/profile.h"
28 #include "chrome/browser/search_engines/template_url_model.h" 27 #include "chrome/browser/search_engines/template_url_model.h"
29 #include "chrome/browser/view_ids.h" 28 #include "chrome/browser/view_ids.h"
30 #include "chrome/browser/views/extensions/extension_popup.h" 29 #include "chrome/browser/views/extensions/extension_popup.h"
31 #include "chrome/browser/views/frame/browser_view.h" 30 #include "chrome/browser/views/frame/browser_view.h"
32 #include "chrome/browser/views/content_blocked_bubble_contents.h" 31 #include "chrome/browser/views/content_blocked_bubble_contents.h"
33 #include "chrome/common/content_settings.h" 32 #include "chrome/common/content_settings.h"
34 #include "chrome/common/platform_util.h" 33 #include "chrome/common/platform_util.h"
35 #include "chrome/common/pref_names.h" 34 #include "chrome/common/pref_names.h"
35 #include "gfx/canvas.h"
36 #include "gfx/color_utils.h" 36 #include "gfx/color_utils.h"
37 #include "grit/generated_resources.h" 37 #include "grit/generated_resources.h"
38 #include "grit/theme_resources.h" 38 #include "grit/theme_resources.h"
39 #include "net/base/net_util.h" 39 #include "net/base/net_util.h"
40 40
41 #if defined(OS_WIN) 41 #if defined(OS_WIN)
42 #include "chrome/browser/views/first_run_bubble.h" 42 #include "chrome/browser/views/first_run_bubble.h"
43 #endif 43 #endif
44 44
45 using views::View; 45 using views::View;
(...skipping 1693 matching lines...) Expand 10 before | Expand all | Expand 10 after
1739 page_action_views_[i]->image_view()->ExecuteAction(kLeftMouseButton, 1739 page_action_views_[i]->image_view()->ExecuteAction(kLeftMouseButton,
1740 false); // inspect_with_devtools 1740 false); // inspect_with_devtools
1741 return; 1741 return;
1742 } 1742 }
1743 ++current; 1743 ++current;
1744 } 1744 }
1745 } 1745 }
1746 1746
1747 NOTREACHED(); 1747 NOTREACHED();
1748 } 1748 }
OLDNEW
« no previous file with comments | « chrome/browser/views/location_bar_view.h ('k') | chrome/browser/views/notifications/balloon_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698