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

Side by Side Diff: chrome/browser/chromeos/login/wizard_in_process_browser_test.cc

Issue 5043001: Cleanup: Include browser.h -> ui/browser.h [Part 1]. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/chromeos/login/wizard_in_process_browser_test.h" 5 #include "chrome/browser/chromeos/login/wizard_in_process_browser_test.h"
6 6
7 #include "base/message_loop.h" 7 #include "base/message_loop.h"
8 #include "chrome/browser/browser.h"
9 #include "chrome/browser/chromeos/login/wizard_controller.h" 8 #include "chrome/browser/chromeos/login/wizard_controller.h"
9 #include "chrome/browser/ui/browser.h"
10 #include "chrome/browser/views/browser_dialogs.h" 10 #include "chrome/browser/views/browser_dialogs.h"
11 #include "chrome/test/ui_test_utils.h" 11 #include "chrome/test/ui_test_utils.h"
12 12
13 namespace chromeos { 13 namespace chromeos {
14 14
15 WizardInProcessBrowserTest::WizardInProcessBrowserTest(const char* screen_name) 15 WizardInProcessBrowserTest::WizardInProcessBrowserTest(const char* screen_name)
16 : screen_name_(screen_name), 16 : screen_name_(screen_name),
17 controller_(NULL) { 17 controller_(NULL) {
18 } 18 }
19 19
(...skipping 10 matching lines...) Expand all
30 30
31 // Observers and what not are notified after the views are deleted, which 31 // Observers and what not are notified after the views are deleted, which
32 // happens after a delay (because they are contained in a WidgetGtk which 32 // happens after a delay (because they are contained in a WidgetGtk which
33 // delays deleting itself). Run the message loop until we know the wizard 33 // delays deleting itself). Run the message loop until we know the wizard
34 // has been deleted. 34 // has been deleted.
35 ui_test_utils::WaitForNotification( 35 ui_test_utils::WaitForNotification(
36 NotificationType::WIZARD_CONTENT_VIEW_DESTROYED); 36 NotificationType::WIZARD_CONTENT_VIEW_DESTROYED);
37 } 37 }
38 38
39 } // namespace chromeos 39 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/screen_locker_browsertest.cc ('k') | chrome/browser/chromeos/network_message_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698