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

Side by Side Diff: chrome/browser/ui/gtk/location_bar_view_gtk.cc

Issue 10829184: Remove a few unneeded includes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: linux? Created 8 years, 4 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) 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 #include "chrome/browser/ui/gtk/location_bar_view_gtk.h" 5 #include "chrome/browser/ui/gtk/location_bar_view_gtk.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/bind.h" 12 #include "base/bind.h"
13 #include "base/debug/trace_event.h" 13 #include "base/debug/trace_event.h"
14 #include "base/i18n/rtl.h" 14 #include "base/i18n/rtl.h"
15 #include "base/logging.h" 15 #include "base/logging.h"
16 #include "base/message_loop.h"
16 #include "base/string_number_conversions.h" 17 #include "base/string_number_conversions.h"
17 #include "base/string_util.h" 18 #include "base/string_util.h"
18 #include "base/utf_string_conversions.h" 19 #include "base/utf_string_conversions.h"
19 #include "chrome/app/chrome_command_ids.h" 20 #include "chrome/app/chrome_command_ids.h"
20 #include "chrome/browser/accessibility/accessibility_events.h" 21 #include "chrome/browser/accessibility/accessibility_events.h"
21 #include "chrome/browser/alternate_nav_url_fetcher.h" 22 #include "chrome/browser/alternate_nav_url_fetcher.h"
22 #include "chrome/browser/chrome_to_mobile_service.h" 23 #include "chrome/browser/chrome_to_mobile_service.h"
23 #include "chrome/browser/chrome_to_mobile_service_factory.h" 24 #include "chrome/browser/chrome_to_mobile_service_factory.h"
24 #include "chrome/browser/command_updater.h" 25 #include "chrome/browser/command_updater.h"
25 #include "chrome/browser/content_settings/tab_specific_content_settings.h" 26 #include "chrome/browser/content_settings/tab_specific_content_settings.h"
(...skipping 2025 matching lines...) Expand 10 before | Expand all | Expand 10 after
2051 } 2052 }
2052 2053
2053 void LocationBarViewGtk::PageActionViewGtk::InspectPopup( 2054 void LocationBarViewGtk::PageActionViewGtk::InspectPopup(
2054 ExtensionAction* action) { 2055 ExtensionAction* action) {
2055 ExtensionPopupGtk::Show( 2056 ExtensionPopupGtk::Show(
2056 action->GetPopupUrl(current_tab_id_), 2057 action->GetPopupUrl(current_tab_id_),
2057 owner_->browser_, 2058 owner_->browser_,
2058 event_box_.get(), 2059 event_box_.get(),
2059 ExtensionPopupGtk::SHOW_AND_INSPECT); 2060 ExtensionPopupGtk::SHOW_AND_INSPECT);
2060 } 2061 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.mm ('k') | chrome/browser/ui/panels/panel_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698