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

Side by Side Diff: chrome/browser/browser_browsertest.cc

Issue 6086003: Cleanup: Remove unneeded includes of chrome_switches.h. (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 #include <string> 5 #include <string>
6 6
7 #include "app/l10n_util.h" 7 #include "app/l10n_util.h"
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/file_path.h" 9 #include "base/file_path.h"
10 #include "base/sys_info.h" 10 #include "base/sys_info.h"
(...skipping 10 matching lines...) Expand all
21 #include "chrome/browser/tabs/tab_strip_model.h" 21 #include "chrome/browser/tabs/tab_strip_model.h"
22 #include "chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h" 22 #include "chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h"
23 #include "chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h" 23 #include "chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h"
24 #include "chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h" 24 #include "chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h"
25 #include "chrome/browser/ui/browser.h" 25 #include "chrome/browser/ui/browser.h"
26 #include "chrome/browser/ui/browser_init.h" 26 #include "chrome/browser/ui/browser_init.h"
27 #include "chrome/browser/ui/browser_list.h" 27 #include "chrome/browser/ui/browser_list.h"
28 #include "chrome/browser/ui/browser_navigator.h" 28 #include "chrome/browser/ui/browser_navigator.h"
29 #include "chrome/browser/ui/browser_window.h" 29 #include "chrome/browser/ui/browser_window.h"
30 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" 30 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
31 #include "chrome/common/chrome_switches.h"
32 #include "chrome/common/extensions/extension.h" 31 #include "chrome/common/extensions/extension.h"
33 #include "chrome/common/notification_source.h" 32 #include "chrome/common/notification_source.h"
34 #include "chrome/common/page_transition_types.h" 33 #include "chrome/common/page_transition_types.h"
35 #include "chrome/common/url_constants.h" 34 #include "chrome/common/url_constants.h"
36 #include "chrome/test/in_process_browser_test.h" 35 #include "chrome/test/in_process_browser_test.h"
37 #include "chrome/test/ui_test_utils.h" 36 #include "chrome/test/ui_test_utils.h"
38 #include "grit/chromium_strings.h" 37 #include "grit/chromium_strings.h"
39 #include "grit/generated_resources.h" 38 #include "grit/generated_resources.h"
40 #include "net/base/mock_host_resolver.h" 39 #include "net/base/mock_host_resolver.h"
41 #include "net/test/test_server.h" 40 #include "net/test/test_server.h"
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 733
735 // The normal browser should now have four. 734 // The normal browser should now have four.
736 EXPECT_EQ(4, browser()->tab_count()); 735 EXPECT_EQ(4, browser()->tab_count());
737 736
738 // Close the additional browsers. 737 // Close the additional browsers.
739 popup_browser->CloseAllTabs(); 738 popup_browser->CloseAllTabs();
740 app_browser->CloseAllTabs(); 739 app_browser->CloseAllTabs();
741 app_popup_browser->CloseAllTabs(); 740 app_popup_browser->CloseAllTabs();
742 } 741 }
743 #endif 742 #endif
OLDNEW
« no previous file with comments | « chrome/browser/background_page_tracker_unittest.cc ('k') | chrome/browser/chrome_plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698