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

Side by Side Diff: chrome/browser/dom_ui/mediaplayer_browsertest.cc

Issue 5682007: Cleanup: Remove needed #includes for profile.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 "base/command_line.h" 5 #include "base/command_line.h"
6 #include "base/ref_counted.h" 6 #include "base/ref_counted.h"
7 #include "base/utf_string_conversions.h" 7 #include "base/utf_string_conversions.h"
8 #include "chrome/test/automation/dom_element_proxy.h" 8 #include "chrome/test/automation/dom_element_proxy.h"
9 #include "chrome/browser/dom_ui/mediaplayer_ui.h" 9 #include "chrome/browser/dom_ui/mediaplayer_ui.h"
10 #include "chrome/browser/profiles/profile.h"
11 #include "chrome/browser/tab_contents/tab_contents.h" 10 #include "chrome/browser/tab_contents/tab_contents.h"
12 #include "chrome/browser/ui/browser.h" 11 #include "chrome/browser/ui/browser.h"
13 #include "chrome/browser/ui/browser_list.h" 12 #include "chrome/browser/ui/browser_list.h"
14 #include "chrome/common/chrome_switches.h" 13 #include "chrome/common/chrome_switches.h"
15 #include "chrome/common/url_constants.h" 14 #include "chrome/common/url_constants.h"
16 #include "chrome/test/in_process_browser_test.h" 15 #include "chrome/test/in_process_browser_test.h"
17 #include "chrome/test/ui_test_utils.h" 16 #include "chrome/test/ui_test_utils.h"
18 17
19 namespace { 18 namespace {
20 19
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 player->EnqueueMediaURL(GetMusicTestURL(), NULL); 90 player->EnqueueMediaURL(GetMusicTestURL(), NULL);
92 91
93 EXPECT_FALSE(IsPlaylistVisible()); 92 EXPECT_FALSE(IsPlaylistVisible());
94 93
95 player->TogglePlaylistWindowVisible(); 94 player->TogglePlaylistWindowVisible();
96 95
97 EXPECT_TRUE(IsPlaylistVisible()); 96 EXPECT_TRUE(IsPlaylistVisible());
98 } 97 }
99 98
100 } // namespace 99 } // namespace
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/keyboard_ui.cc ('k') | chrome/browser/extensions/content_script_extension_process_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698